Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
1415a1884c59aff37d0f1a53447ef389dd9f9b39
/
src
1415a18
i965: fix alpha test for MRT
by Chris Forbes
· 11 years ago
9ef49cf
gallivm: (trivial) fix using one lod instead of per-quad lod for texel fetch
by Roland Scheidegger
· 11 years ago
45f174c
gallivm: Remove bogus assert.
by José Fonseca
· 11 years ago
c29c6b2
nvc0: enable very initial support for nvf0 (GK110)
by Ben Skeggs
· 11 years ago
4dbca86
gallivm: (trivial) fix bogus assertion for per-element lod with 1d resources
by Roland Scheidegger
· 11 years ago
f3bbf65
gallivm: do per-pixel lod calculations for explicit lod
by Roland Scheidegger
· 11 years ago
bbd1e60
draw: fix overflows in the indexed rendering paths
by Zack Rusin
· 11 years ago
0982090
draw/llvm: index overflows if it's greater than elt max
by Zack Rusin
· 11 years ago
764afc4
i965: Move the rest of intel_tex_layout.c into brw_tex_layout.c.
by Kenneth Graunke
· 11 years ago
466aa71
i965: Push intel_get_texture_alignment_unit call into brw_miptree_layout
by Kenneth Graunke
· 11 years ago
c4c3c0d
i965: Declare for-loop counters in the loop in brw_tex_layout.c.
by Kenneth Graunke
· 11 years ago
ccf312f
i965: Remove use of GLuint/GLint in brw_tex_layout.c.
by Kenneth Graunke
· 11 years ago
ed95e39
i965: Tidy the brw_tex_layout.c copyright and file header comments.
by Kenneth Graunke
· 11 years ago
2ea87fd
i965: Move i945_texture_layout_2d to brw_tex_layout.c
by Kenneth Graunke
· 11 years ago
1920209
i965: Remove fallthrough for Gen4 cube map layout.
by Kenneth Graunke
· 11 years ago
7e4007a
i965: Combine GL_TEXTURE_CUBE_MAP_ARRAY case with the other array cases.
by Kenneth Graunke
· 11 years ago
bc51f15
i965: Pull 3D texture layout code out into a helper function.
by Kenneth Graunke
· 11 years ago
abc2bdf
i965: Replace maxBatchSize variable with BATCH_SZ define.
by Kenneth Graunke
· 11 years ago
2c602d2
i965: Move annotate_aub out of the vtable.
by Kenneth Graunke
· 11 years ago
f05f879
i965: Move debug_batch hook out of the vtable.
by Kenneth Graunke
· 11 years ago
749160a
i965: Remove render_target_supported from the vtable.
by Kenneth Graunke
· 11 years ago
7c5279e
i965: Move is_hiz_depth_format out of the vtable.
by Kenneth Graunke
· 11 years ago
607338f
i965: Remove the invalidate_state() vtable hook.
by Kenneth Graunke
· 11 years ago
251cdcf
i965: Replace fprintfs with assertions in GLenum comparison translators.
by Kenneth Graunke
· 11 years ago
7ee616f
i965: Replace intel_state.c enums with those from brw_defines.h.
by Kenneth Graunke
· 11 years ago
c9db037
i965: Delete pre-DRI2.3 viewport hacks.
by Kenneth Graunke
· 11 years ago
cbb37b7
i965: Remove "There are probably better ways" comment.
by Kenneth Graunke
· 11 years ago
7115bee
i965: Delete brw_print_reg() function.
by Kenneth Graunke
· 11 years ago
bc8b62e
i965: Move contents of intel_clear.h to intel_context.h.
by Kenneth Graunke
· 11 years ago
7d8e70f
i965: Move contents of intel_extensions.h to intel_context.h.
by Kenneth Graunke
· 11 years ago
7d11988
i965: Remove some dead code.
by Kenneth Graunke
· 11 years ago
d245e79
i965: Delete dead intel_buffer_object::range_map_size field.
by Kenneth Graunke
· 11 years ago
1f6ebdd
i965: Remove intel_buffer_object::source.
by Kenneth Graunke
· 11 years ago
6e5b80e
i965: Fix buffer object segfault since removal of system memory BOs.
by Kenneth Graunke
· 11 years ago
012ba47
postprocess: move second temporary assertion into isolated configuration
by Matthew McClure
· 11 years ago
9b6788e
glsl: Ensure snprintf is defined on MSVC builds.
by José Fonseca
· 11 years ago
4bc8e3c
targets/xvmc-nouveau: add in missing nv30 lib
by Ilia Mirkin
· 11 years ago
30c3e87
mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependencies
by Marek Olšák
· 11 years ago
74edd56
st/mesa: disable EXT_separate_shader_objects
by Marek Olšák
· 11 years ago
b3d8b4c
glsl/linker: eliminate unused and set-but-unused built-in varyings
by Marek Olšák
· 11 years ago
3c55582
glsl/linker: check against varying limit after unused varyings are eliminated
by Marek Olšák
· 11 years ago
284d954
glsl/linker: link shaders in the opposite order (from fragment to vertex)
by Marek Olšák
· 11 years ago
030ca23
mesa: renumber shader indices according to their placement in pipeline
by Marek Olšák
· 11 years ago
84f367e
gallivm: Simplify intrinsic name construction.
by José Fonseca
· 11 years ago
15ca0ca
glsl/builtins: Fix ARB_texture_cube_map_array built-in availability.
by Kenneth Graunke
· 11 years ago
4c85990
gallivm: Fix MSVC build.
by José Fonseca
· 11 years ago
e621ec8
gallivm: Fix indirect immediate registers.
by José Fonseca
· 11 years ago
70bc43a
gallium/tests: fix the translate test
by Zack Rusin
· 11 years ago
722721d
i965: Enable ext_framebuffer_multisample_blit_scaled on intel h/w
by Anuj Phogat
· 11 years ago
6fc3da2
i965/blorp: Add bilinear filtering of samples for multisample scaled blits
by Anuj Phogat
· 11 years ago
1c2e5c2
draw/translate: fix instancing
by Zack Rusin
· 11 years ago
df4ab79
draw: fix incorrect clipper invocation statistics
by Zack Rusin
· 11 years ago
34546d6
draw/gallivm: export overflow arithmetic to its own file
by Zack Rusin
· 11 years ago
88de009
draw: check for integer overflows in instance computation
by Zack Rusin
· 11 years ago
2f13f28
draw: check for an integer overflow when computing stride
by Zack Rusin
· 11 years ago
e742f77
draw: account for elem size when computing overflow
by Zack Rusin
· 11 years ago
7214fe3
i965: Initialize brw_blorp_const_color_program member variables.
by Vinson Lee
· 11 years ago
acc6a14
tools/trace: Return dummy fence object to silence warnings.
by José Fonseca
· 11 years ago
0fd71ac
tools/trace: Don't crash if a trace has no timing information.
by José Fonseca
· 11 years ago
fa3040c
scons: Fix dependencies of enums.c and api_exec.c.
by José Fonseca
· 11 years ago
bf95ca7
nvc0: allow frame dropping in h264
by Maarten Lankhorst
· 11 years ago
24fa436
r300g/compiler: Prevent regalloc from swizzling texture operands v2
by Tom Stellard
· 11 years ago
e2c3640
r300g/compiler/tests: Add an assembly parser
by Tom Stellard
· 12 years ago
ab40d8d
r300g: Fix make check
by Tom Stellard
· 11 years ago
30004b2
r600g: implement fast color clears for MSAA on evergreen+
by Grigori Goronzy
· 11 years ago
b169319
r600g/compute: disable unused colorbuffer slots
by Marek Olšák
· 11 years ago
f83e220
st/mesa: handle SNORM formats in generic CopyPixels path
by Marek Olšák
· 11 years ago
adf8afa
i965: NULL check depth_mt to quiet static analysis.
by Matt Turner
· 11 years ago
7d430bf
llvmpipe: fix timer query if there's no bins
by Roland Scheidegger
· 11 years ago
5a925cc
clover: Don't segfault when compiling a program with no kernel
by Tom Stellard
· 11 years ago
d7361f2
mesa: Remove unused allow_large_textures driconf from classic drivers.
by Eric Anholt
· 11 years ago
0360066
i915: Remove GLES 3.0 sRGB workaround.
by Kenneth Graunke
· 11 years ago
dc87965
i965: Remove is_945.
by Kenneth Graunke
· 11 years ago
a4e3195
i965: Delete hw_stencil flag.
by Kenneth Graunke
· 11 years ago
4299e35
i965: Remove hw_stipple flag.
by Kenneth Graunke
· 11 years ago
1a5dca3
i965: Remove use_early_z option.
by Kenneth Graunke
· 11 years ago
2cc5724
i965: Remove unused SUBPIXEL_* macros.
by Kenneth Graunke
· 11 years ago
2e9fe0c
i965: Remove redundant Gen3 PCI IDs.
by Kenneth Graunke
· 11 years ago
1811f5c
intel: Remove unused INTEL_MAX_FIXUP macro.
by Kenneth Graunke
· 11 years ago
0ac0a1b
i965: Drop i915 register/instruction definitions.
by Eric Anholt
· 11 years ago
1b67cd2
i965: Drop code for calling the empty brw_update_draw_buffers() hook.
by Eric Anholt
· 11 years ago
7c23218
i965: Drop dead i915 blend state code.
by Eric Anholt
· 11 years ago
d58d0a3
i965: Drop i915-specific blit clear code.
by Eric Anholt
· 11 years ago
cf31a19
i965: Drop the system-memory VBO support for i915.
by Eric Anholt
· 11 years ago
814440a
i965: Drop i915 swtnl code.
by Eric Anholt
· 11 years ago
bb2e312
i965: Drop i915-specific vtbl entries.
by Eric Anholt
· 11 years ago
a61d8f6
i965: Drop swtnl fallback code for i915.
by Eric Anholt
· 11 years ago
28e80d7
i965: Drop i915 code from intel_screen.
by Eric Anholt
· 11 years ago
4a08a86
i965: Drop #ifdef I915 code.
by Eric Anholt
· 11 years ago
6fddd37
i965: Drop code checking for gen <= 3.
by Eric Anholt
· 11 years ago
3c231b8
i915: Remove a duplicated set of PCI IDs.
by Eric Anholt
· 11 years ago
8ac1ed9
i915: Remove various remaining dead code.
by Eric Anholt
· 11 years ago
934974f
i915: Remove dead debug flags.
by Eric Anholt
· 11 years ago
39c5fd7
i915: Remove state batch emit support.
by Eric Anholt
· 11 years ago
a40f987
i915: Drop unused register #defines from the shared reg file.
by Eric Anholt
· 11 years ago
173666e
i915: Drop 965+ GL version setup.
by Eric Anholt
· 11 years ago
f642650
i915: Remove gen6+ batchbuffer support.
by Eric Anholt
· 11 years ago
c25e3c3
i915: Drop chipset detection code for 965+ chipsets.
by Eric Anholt
· 11 years ago
014251e
i915: Drop context fields specific to 965+ chipsets.
by Eric Anholt
· 11 years ago
d71b730
i915: Drop all has_llc code.
by Eric Anholt
· 11 years ago
Next »