index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
i915g: implement fence signalling
Daniel Vetter
2011-06-11
1
-2
/
+6
*
i965: Add support for GL_FIXED vertex attributes.
Eric Anholt
2011-06-10
4
-1
/
+41
*
glsl: Fix incorrect optimization of instructions before discard statements.
Eric Anholt
2011-06-10
1
-3
/
+17
*
Fix format not a string literal error with -Werror=format-security
Eugeni Dodonov
2011-06-10
1
-1
/
+1
*
i965/brw: Fix emit_depthbuffer() when packed depth/stencil texture is attached
Chad Versace
2011-06-10
1
-11
/
+5
*
r600g: VGT_PRIMITIVE_TYPE is special
Alex Deucher
2011-06-09
2
-3
/
+3
*
r600g: Handle CONFIG regs properly
Alex Deucher
2011-06-09
2
-32
/
+31
*
i965/gen6: Add support for gl_PointCoord.
Eric Anholt
2011-06-09
1
-0
/
+3
*
i965/gen6: Fix point sprite texture coordinate overrides.
Eric Anholt
2011-06-09
1
-7
/
+7
*
i965/gen6: Refactor SF setup a bit to handle overrides in one place.
Eric Anholt
2011-06-09
1
-19
/
+24
*
r300g: fix texturing with non-3D textures and wrap R mode set to sample border
Marek Olšák
2011-06-09
1
-0
/
+6
*
r300g: don't enable aniso with nearest filtering
Marek Olšák
2011-06-09
1
-41
/
+39
*
r600g: adjust vs/ps gprs on r600/r700 cards when needed.
Dave Airlie
2011-06-09
5
-19
/
+77
*
r600g: remove unused variable
Marek Olšák
2011-06-09
1
-1
/
+0
*
r300g: fix draw_vbo splitting on r3xx-r4xx
Marek Olšák
2011-06-09
1
-5
/
+10
*
r300g: make translate_primitive table-driven
Marek Olšák
2011-06-09
1
-24
/
+20
*
util: fix strict aliasing issues in u_format_r11g11b10f.h
Roland Scheidegger
2011-06-09
1
-8
/
+16
*
mesa: get rid of homegrown logbase2 implementation in drivers
Roland Scheidegger
2011-06-09
2
-28
/
+2
*
mesa: fix gcc version check for _mesa_bitcount
Roland Scheidegger
2011-06-09
1
-3
/
+3
*
mesa: use __builtin_clz for logbase2 when available
Roland Scheidegger
2011-06-09
2
-20
/
+24
*
util: add gcc version check for builtins
Roland Scheidegger
2011-06-09
1
-3
/
+3
*
util: better logbase2/next_power_of_two implementations
Benjamin Bellec
2011-06-09
1
-8
/
+24
*
glx/xlib: Handle glXCreateContextAttribsARB in glXGetProcAddress.
José Fonseca
2011-06-08
1
-0
/
+3
*
i965/gen7: Call gen7_create_constant_surface instead of brw_[...].
Kenneth Graunke
2011-06-08
3
-3
/
+15
*
i965/gen7: Enable SIMD16 fragment shader dispatch.
Kenneth Graunke
2011-06-08
1
-2
/
+6
*
i965/gen7: Don't emit 3DSTATE_GS_SVB_INDEX on Ivybridge.
Kenneth Graunke
2011-06-08
1
-7
/
+9
*
i965/gen7: Program stencil buffers on Ivybridge.
Kenneth Graunke
2011-06-08
1
-19
/
+42
*
i965/gen7: Add a prepare_depthbuffer function.
Kenneth Graunke
2011-06-08
1
-0
/
+15
*
i965/gen7: gen7_emit_depthbuffer needs the _NEW_DEPTH dirty bit.
Kenneth Graunke
2011-06-08
1
-1
/
+2
*
i965/gen7: Remove stencil renderbuffer from gen7_depth_format.
Kenneth Graunke
2011-06-08
1
-3
/
+0
*
st/mesa: more helpful debug message in destroy_program_variants_cb()
Brian Paul
2011-06-08
1
-2
/
+2
*
svga: fix typos, update comments
Brian Paul
2011-06-08
1
-7
/
+5
*
glx: Remove some GLX_USE_APPLEGL guards around glapi
Jeremy Huddleston
2011-06-08
1
-7
/
+3
*
darwin: Use -fvisibility=hidden to set default symbol visibility
Jeremy Huddleston
2011-06-08
2
-20
/
+7
*
intel: Request DRI2 buffers for separate stencil and hiz
Chad Versace
2011-06-08
3
-14
/
+444
*
intel: Add assertions to intelCreateBuffer()
Chad Versace
2011-06-08
1
-3
/
+12
*
intel: Refactor intel_update_renderbuffers()
Chad Versace
2011-06-08
1
-111
/
+212
*
intel: Add function intel_renderbuffer_set_hiz_region()
Chad Versace
2011-06-08
2
-0
/
+17
*
intel/intel_context.c: Remove unused functions
Chad Versace
2011-06-08
1
-48
/
+0
*
intel: Add flags to intel_screen for hiz and separate stencil
Chad Versace
2011-06-08
3
-7
/
+73
*
intel: Define enum intel_dri2_has_hiz
Chad Versace
2011-06-08
1
-0
/
+56
*
intel: Define span functions for S8 renderbuffers
Chad Versace
2011-06-08
1
-0
/
+64
*
i965/brw: Emit state for hiz and separate stencil buffers
Chad Versace
2011-06-08
2
-9
/
+107
*
st/egl: set EGL_ALPHA_MASK_SIZE
Chia-I Wu
2011-06-09
1
-0
/
+4
*
mesa: merge glapidispatch.h into dispatch.h
Chia-I Wu
2011-06-08
8
-12298
/
+12257
*
mesa: fix function remapping for dlist
Chia-I Wu
2011-06-08
1
-1
/
+0
*
mesa: fix GLES remap table setup again
Chia-I Wu
2011-06-08
2
-11
/
+16
*
r600g: fix mixup in GPR resource reg setup
Alex Deucher
2011-06-08
1
-3
/
+10
*
vbo: run 'indent' on vbo_save_api.c
Brian Paul
2011-06-08
1
-362
/
+456
*
vbo: rename DO_FALLBACK -> dlist_fallback
Brian Paul
2011-06-08
1
-9
/
+9
[next]