index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: optimize r600_resource_va
Marek Olšák
2012-04-01
5
-18
/
+11
*
targets/{xvmc,vdpau,va}: remove all objects on make clean
Marcin Slusarz
2012-04-01
3
-3
/
+3
*
intel: add PCI IDs for Ivy Bridge GT2 server variant
Eugeni Dodonov
2012-04-01
3
-1
/
+5
*
linker: Fix memory leak in count_uniform_size::visit_field.
Vinson Lee
2012-03-31
1
-2
/
+1
*
intel: Add some PCI IDs for Haswell.
Kenneth Graunke
2012-03-30
3
-2
/
+25
*
i965: Set "Shader Channel Select" fields in Haswell's SURFACE_STATE.
Kenneth Graunke
2012-03-30
3
-1
/
+37
*
i965: Fill in Sample Mask in Haswell's 3DSTATE_PS.
Kenneth Graunke
2012-03-30
2
-0
/
+5
*
i965: Set "Stencil Buffer Enable" bit on Haswell.
Kenneth Graunke
2012-03-30
2
-1
/
+5
*
i965: Set Line Stipple enable bit in 3DSTATE_SF for Haswell.
Kenneth Graunke
2012-03-30
2
-0
/
+5
*
i965: Update max VS/PS threads shift offsets for Haswell.
Kenneth Graunke
2012-03-30
4
-4
/
+10
*
i965: Disable HiZ on Haswell for now.
Kenneth Graunke
2012-03-30
1
-1
/
+1
*
i965: Add initial IS_HASWELL() macros.
Kenneth Graunke
2012-03-30
3
-5
/
+14
*
i965: Avoid explicit accumulator operands in SIMD16 mode on Gen7.
Kenneth Graunke
2012-03-30
1
-0
/
+3
*
gallium/postprocess: document serious issue causing undefined behavior
Marek Olšák
2012-03-30
1
-0
/
+4
*
r600g: cleanup after get_query_result change
Marek Olšák
2012-03-30
2
-35
/
+9
*
r300g: cleanup after get_query_result change
Marek Olšák
2012-03-30
1
-10
/
+13
*
gallium/util: add helper function util_query_clear_result
Marek Olšák
2012-03-30
1
-0
/
+30
*
gallium: adapt to get_query_result interface change
Marek Olšák
2012-03-30
16
-29
/
+32
*
gallium: make get_query_result return union* and not void*
Marek Olšák
2012-03-30
2
-1
/
+55
*
configure: Add --with-llvm-shared-libs
Tom Stellard
2012-03-30
1
-2
/
+13
*
shared-glapi: Include from builddir
Kristian Høgsberg
2012-03-29
1
-0
/
+1
*
gallivm: Fix method overriding in raw_debug_ostream.
Vinson Lee
2012-03-28
1
-3
/
+3
*
egl_dri2: use gbm_surface as the native window type in drm platform
Ander Conselvan de Oliveira
2012-03-28
2
-1
/
+324
*
gbm: Create hooks for dri2_loader_extension in dri backend
Ander Conselvan de Oliveira
2012-03-28
2
-2
/
+66
*
gbm: Add gbm_surface interface
Ander Conselvan de Oliveira
2012-03-28
5
-5
/
+186
*
draw: fix missing immediates bug in polygon stipple code
Brian Paul
2012-03-28
1
-0
/
+5
*
vl: move winsys helper out of winsys directory
Christian König
2012-03-28
30
-78
/
+52
*
Use -no-undefined libtool flag in src/glx/Makefile.am
Jon TURNEY
2012-03-28
1
-1
/
+1
*
intel: fix un-blanced map_refcount issue
Yuanhan Liu
2012-03-28
1
-4
/
+4
*
glx:dri_common.c: check psc->driScreen->createDrawable return value
Wang YanQing
2012-03-28
1
-0
/
+6
*
r600g: also disable transform feedback on cayman
Marek Olšák
2012-03-28
1
-3
/
+4
*
r600g: enable transform feedback on everything that isn't r700
Marek Olšák
2012-03-27
2
-2
/
+7
*
st/egl: Also remove wl_buffer_damage in wayland backend
Benjamin Franzke
2012-03-27
1
-1
/
+0
*
gallivm: Use InitializeNativeTargetDisassembler().
ojab
2012-03-27
1
-1
/
+3
*
egl_dri2: make flush extension useable by drm platform
Ander Conselvan de Oliveira
2012-03-27
3
-0
/
+3
*
wayland: Stop using wl_buffer.damage
Kristian Høgsberg
2012-03-27
1
-2
/
+0
*
Add support for GL_EXT_unpack_subimage on GLES2
Neil Roberts
2012-03-27
2
-5
/
+22
*
gles: Enable the GL_EXT_read_format_bgra extension
Benjamin Franzke
2012-03-27
2
-0
/
+3
*
gles1: Enable GL_EXT_texture_format_BGRA8888 in APIspec
Benjamin Franzke
2012-03-27
1
-0
/
+1
*
glapi: regenerate enums.c
Dylan Noblesmith
2012-03-26
1
-3900
/
+4056
*
glapi: add GL_ARB_texture_float
Dylan Noblesmith
2012-03-26
4
-1
/
+47
*
glapi: add GL_ARB_depth_buffer_float
Dylan Noblesmith
2012-03-26
3
-1
/
+18
*
glapi: add GL_ARB_texture_compression_rgtc
Dylan Noblesmith
2012-03-26
3
-1
/
+17
*
glapi: add ARB_texture_rg
Dylan Noblesmith
2012-03-26
4
-3
/
+45
*
regen for "glapi: sort ARB extensions by number"
Dylan Noblesmith
2012-03-26
3
-2034
/
+2034
*
glapi: sort ARB extensions by number
Dylan Noblesmith
2012-03-26
1
-23
/
+74
*
mesa: Fix memory leak in generate_mipmap_compressed.
Vinson Lee
2012-03-26
1
-0
/
+1
*
glsl: fix linker error message context for frag shader output.
Dave Airlie
2012-03-26
1
-3
/
+5
*
glapi: ARB_blend_func_extended support + regen. (v2)
Dave Airlie
2012-03-26
13
-9529
/
+9754
*
glsl: Make ir_dereference_variable ctor assert the variable exists.
Kenneth Graunke
2012-03-26
1
-1
/
+3
[next]