Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
71ceccad7e36f23e33d340fa0da157e2e0d2b6ac
71cecca
intel: Enable extensions by just setting the flags
by Ian Romanick
· 13 years ago
023ca40
llvmpipe: add some null pointer checks
by Brian Paul
· 13 years ago
e12b475
nvprogram: Silence "warning: unused parameter ‘ctx’"
by Ian Romanick
· 13 years ago
8b3096c
swrast: Silence many "warning: unused parameter ‘ctx’"
by Ian Romanick
· 13 years ago
076d609
tnl_dd: Silence "tnl_dd/t_dd_tritmp.h:292:3: warning: suggest braces around empty body in an ‘if’ statement"
by Ian Romanick
· 13 years ago
0075510
spantmp2: Silence many "warning: unused parameter ‘ctx’"
by Ian Romanick
· 13 years ago
aaa3052
mesa: Silence "main/teximage.h:148:72: warning: unused parameter ‘texObj’"
by Ian Romanick
· 13 years ago
2d4b8e2
swrast-dri: Silence several "warning: unused parameter"
by Ian Romanick
· 13 years ago
559ed1a
dri: Silence several "warning: unused parameter"
by Ian Romanick
· 13 years ago
17d898d
dri_util: Silence several "warning: unused parameter"
by Ian Romanick
· 13 years ago
1a8111a
intel: Silence "intel/intel_fbo.h:105:4: warning: comparison of unsigned expression < 0 is always false"
by Ian Romanick
· 13 years ago
ed3040f
intel: Silence several "warning: unused parameter"
by Ian Romanick
· 13 years ago
4d5c820
intel: Silence several "warning: unused parameter"
by Ian Romanick
· 13 years ago
6f23d9b
intel: Silence "warning: unused parameter ‘depth0’"
by Ian Romanick
· 13 years ago
bd81721
intel: Silence "warning: unused parameter ‘target’"
by Ian Romanick
· 13 years ago
36a91e4
intel: Silence several "warning: unused parameter"
by Ian Romanick
· 13 years ago
17fa677
intel: Silence "warning: unused parameter ‘fb’"
by Ian Romanick
· 13 years ago
5b6264b
intel: Silence "warning: unused parameter ‘intel’"
by Ian Romanick
· 13 years ago
fccbcb5
intel: Silence several "warning: unused parameter"
by Ian Romanick
· 13 years ago
2a6a1c4
intel: Silence many "intel_batchbuffer.h:97:39: warning: comparison between signed and unsigned integer expressions"
by Ian Romanick
· 13 years ago
f0dd21ac
glsl: Silence "ast_to_hir.cpp:1984:25: warning: comparison of unsigned expression >= 0 is always true"
by Ian Romanick
· 13 years ago
9a3bd5e
glsl: Silence several "warning: unused parameter"
by Ian Romanick
· 13 years ago
681d432
nouveau: remove target parameter from nouveau_bufferobj_map_range()
by Brian Paul
· 13 years ago
b94a926
st/mesa: init program MaxLocalParams, MaxEnvParams limits
by Brian Paul
· 13 years ago
8adaed9
d3d1x: fix a build error
by Chia-I Wu
· 13 years ago
29361e1
i965/vs: Allow copy propagation on GRFs.
by Eric Anholt
· 13 years ago
6d0c018
i965/vs: Clear tracked copy propagation values whose source gets overwritten.
by Eric Anholt
· 13 years ago
cc9eb93
i965/vs: Add support for copy propagation of the UNIFORM and ATTR files.
by Eric Anholt
· 13 years ago
42ce131
i965/vs: Add constant propagation to a few opcodes.
by Eric Anholt
· 13 years ago
87b51fc
i965/vs: Keep track of indices into a per-register array for virtual GRFs.
by Eric Anholt
· 13 years ago
d7c6c84
i965/vs: Switch to the new VS backend by default.
by Eric Anholt
· 13 years ago
df35d69
i965/vs: Add support for overflowing the number of available push constants.
by Eric Anholt
· 13 years ago
f3ed973
i965/vs: Pack uniform registers before optimization
by Eric Anholt
· 13 years ago
1408169
i965/vs: When failing due to lack of spilling, don't continue on.
by Eric Anholt
· 13 years ago
27c03cb
i965/vs: Fix variable indexed array access with more than one array.
by Eric Anholt
· 13 years ago
6af968b
i965/vs: Add annotation to more of the URB write.
by Eric Anholt
· 13 years ago
48eb1fe
egl_dri2: add support for RGBA_8888 android native buffer
by Chia-I Wu
· 13 years ago
4f341ee
st/dri: add support for __DRI_IMAGE_FORMAT_ABGR8888
by Chia-I Wu
· 13 years ago
9fe197c
intel: add support for __DRI_IMAGE_FORMAT_ABGR8888
by Chia-I Wu
· 13 years ago
e3cf7b6
dri2: add __DRI_IMAGE_FORMAT_ABGR8888 to __DRI_IMAGE
by Chia-I Wu
· 13 years ago
60df737
glsl: Don't do structure splitting until link time.
by Eric Anholt
· 13 years ago
525cec9
glsl: Clarify error message about whole-array assignment in GLSL 1.10.
by Eric Anholt
· 13 years ago
407a100
glsl: When assiging from a whole array, mark it as used.
by Eric Anholt
· 13 years ago
d00deae
glsl: Fix setting of OutputsWritten for whole array dereference.
by Eric Anholt
· 13 years ago
ce64b6d
mesa: remove unneeded #include of texfetch.h
by Brian Paul
· 13 years ago
c6ca3ca
mesa: use _mesa_unpack_float_z_row in get_tex_depth()
by Brian Paul
· 13 years ago
0386d9a
mesa: use ctx->Driver.GetTexImage() to decompress base texture image
by Brian Paul
· 13 years ago
c1b3fae
mesa: handle compressed images in get_tex_rgba()
by Brian Paul
· 13 years ago
3370ba8
mesa: new _mesa_decompress_image() function
by Brian Paul
· 13 years ago
9a5b289
mesa: added _mesa_get_uncompressed_format(), _mesa_format_num_components()
by Brian Paul
· 13 years ago
730952a
mesa: add new pixel format unpacking code
by Brian Paul
· 13 years ago
e3dc78e
meta: added _mesa_meta_GetTexImage()
by Brian Paul
· 13 years ago
8e94858
meta: move texcoord setup into setup_texture_coords()
by Brian Paul
· 13 years ago
9605437
nouveau: fix nouveau_fence leak
by Marcin Slusarz
· 13 years ago
d8035fe
nv50: fix screen->blitctx memory leak
by Marcin Slusarz
· 13 years ago
faf5d65
gles: Fix glGet(GL_{NUM_,}COMPRESSED_TEXTURE_FORMATS_ARB)
by Adam Jackson
· 13 years ago
b453ba2
glsl: Make sure gl_ClipDistance and gl_ClipVertex are not both written.
by Paul Berry
· 13 years ago
37bb1c4
glsl: Check that gl_ClipDistance[] is not sized too large.
by Paul Berry
· 13 years ago
93b9758
glsl: Rework oversize array check for gl_TexCoord.
by Paul Berry
· 13 years ago
36c4b1a
glsl: Add constant gl_MaxClipDistances.
by Paul Berry
· 13 years ago
af243b5
glsl: Make gl_ClipDistance[] implicitly sized.
by Paul Berry
· 13 years ago
2864f72
scons: Use -g instead of -g3.
by José Fonseca
· 13 years ago
221a04f
st/egl: Fix GDI build.
by José Fonseca
· 13 years ago
1cf808c
Define INLINE macro in terms of inline.
by José Fonseca
· 13 years ago
7645c49
st/egl: add premultiplied alpha support to wayland
by Benjamin Franzke
· 13 years ago
1191d20
st/egl: correctly return configs under wayland
by Benjamin Franzke
· 13 years ago
ee0e6ae
Revert "st/egl: correctly return configs under wayland"
by Chia-I Wu
· 13 years ago
93a96ab
Revert "st/egl: add premultiplied alpha support to wayland"
by Chia-I Wu
· 13 years ago
23aa978
st/egl: add premultiplied alpha support to wayland
by Chia-I Wu
· 13 years ago
95b4456
st/egl: correctly return configs under wayland
by Chia-I Wu
· 13 years ago
41f5d2e
st/egl: overload NATIVE_PARAM_PREMULTIPLIED_ALPHA
by Chia-I Wu
· 13 years ago
f4c37d6
st/egl: add NATIVE_PARAM_PREMULTIPLIED_ALPHA
by Chia-I Wu
· 13 years ago
08e1076
st/egl: add native_present_control
by Chia-I Wu
· 13 years ago
c0470bf
glsl: s/int/unsigned/ to silence warning
by Brian Paul
· 13 years ago
c1cac8f
st/mesa: Remove unused renderbuffer fields and functions.
by Stéphane Marchesin
· 13 years ago
4bc5bfb
i965/fs: Implement ir_u2f opcode.
by Kenneth Graunke
· 13 years ago
8de3314
i965: Fix disassembly for intdiv/intmod math functions.
by Kenneth Graunke
· 13 years ago
6b52e82
st/egl: track changes to drop wl_visual in wayland
by Chia-I Wu
· 13 years ago
b89bca6
st/egl: track server side wayland changes
by Chia-I Wu
· 13 years ago
2872783
st/egl: use new wl_callback mechanism in wayland
by Chia-I Wu
· 13 years ago
477b74e
i965: Use proper texture alignment units for cubemaps on Gen5+.
by Kenneth Graunke
· 13 years ago
8ceb235
glsl/ir_reader: Make sure constants have the right number of components.
by Kenneth Graunke
· 13 years ago
6afce98
glsl/builtins: Fix invalid float constant in noise4 built-in.
by Kenneth Graunke
· 13 years ago
f6481be
glsl/builtins: Fix invalid vecN constants in hyperbolic functions.
by Kenneth Graunke
· 13 years ago
99c1a58
varray.c: fix logic around BGRA with ARB_vertex_type_2_10_10_10_rev.
by Dave Airlie
· 13 years ago
6edef25
mesa/vbo: s/inline/INLINE/
by Vinson Lee
· 13 years ago
9bd8d90
i965/vs: Fix point size handling on gen4.
by Eric Anholt
· 13 years ago
9367960
i965/vs: Use write commits on scratch writes in pre-gen6.
by Eric Anholt
· 13 years ago
838bfe0
i965/vs: Fix setup of scratch space pointer on pre-gen6.
by Eric Anholt
· 13 years ago
ddf8e60
i965/vs: Fix message setup for array read/writes on pre-gen6.
by Eric Anholt
· 13 years ago
88612e2
i965/vs: Fix constant-indexed array read/write addresses on pre-gen6.
by Eric Anholt
· 13 years ago
bba9103
i965/vs: Add support for vector comparison ops resulting in bool cond codes.
by Eric Anholt
· 13 years ago
9f84288
i965/vs: Make pre-gen6 math operate in vector mode instead of scalar.
by Eric Anholt
· 13 years ago
87be0ac
i965/vs: Fix copy-and-paste disaster in pre-gen6 POW support.
by Eric Anholt
· 13 years ago
2ffc5ac
i965/vs: Fix gen4 comparisons used for predication.
by Eric Anholt
· 13 years ago
8adcad2
i965/vs: Fix GPU hangs in shaders with large virtual GRFs pre-gen6.
by Eric Anholt
· 13 years ago
23eec54
i965: add casts to silence int/enum conversion warnings
by Brian Paul
· 13 years ago
02f1b50
state_trackers/dri/sw: Implement texture_from_pixmap.
by Stéphane Marchesin
· 13 years ago
569bde1
Duplicate state_tracker/dri/sw/dri_drawable.c
by Stéphane Marchesin
· 13 years ago
55e763c
Enable GLX_EXT_texture_from_pixmap in software.
by nobled
· 13 years ago
Next »