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
*
dri3: Clean up struct dri3_drawable
Keith Packard
2013-12-20
1
-5
/
+1
*
dri3: Free resources when drawable is destroyed.
Keith Packard
2013-12-20
2
-2
/
+20
*
dri3: Switch to libxshmfence version 1.1
Keith Packard
2013-12-20
2
-3
/
+3
*
i965: Use RED for depth texture formats rather than INTENSITY.
Kenneth Graunke
2013-12-20
1
-4
/
+4
*
i965/gen6: Fix HiZ hang in WebGL Google Maps
Chad Versace
2013-12-20
1
-0
/
+15
*
i965: Store QPitch in intel_mipmap_tree.
Kenneth Graunke
2013-12-20
2
-6
/
+10
*
i965: Add support for Broadwell's new register types.
Kenneth Graunke
2013-12-20
3
-1
/
+19
*
i965: Add BRW_REGISTER_TYPE_DF.
Kenneth Graunke
2013-12-20
3
-0
/
+6
*
i965: Abstract BRW_REGISTER_TYPE_* into an enum with unique values.
Kenneth Graunke
2013-12-20
4
-22
/
+95
*
i965: Decode three-source register types directly.
Kenneth Graunke
2013-12-20
1
-25
/
+14
*
i965: Disassemble UV types, not UB types.
Kenneth Graunke
2013-12-20
1
-2
/
+2
*
i965: Add missing BRW_REGISTER_TYPE_UV.
Kenneth Graunke
2013-12-20
1
-0
/
+1
*
i965: Fix 3DSTATE_PUSH_CONSTANT_ALLOC_PS packet creation.
Kenneth Graunke
2013-12-20
1
-1
/
+1
*
i965: Use {point_sprite,flat}_enable variable names instead of dw*.
Kenneth Graunke
2013-12-20
2
-10
/
+14
*
i965: Zero out {point_sprite,flat}_enables in calculate_attr_overrides.
Kenneth Graunke
2013-12-20
2
-6
/
+3
*
i965: Delete bogus BRW_REGISTER_TYPE_HF define.
Kenneth Graunke
2013-12-20
2
-2
/
+0
*
Report that no function found if signature lookup is empty
Kevin Rogovin
2013-12-20
1
-9
/
+16
*
Use line number information from entire function expression
Kevin Rogovin
2013-12-20
1
-1
/
+1
*
radeonsi: Only scan pixel shaders for TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS
Michel Dänzer
2013-12-20
1
-4
/
+7
*
r600g: Fix spelling error
Aaron Watry
2013-12-19
1
-1
/
+1
*
egl: break instead of looping after driver is found
Quanxian Wang
2013-12-19
2
-2
/
+6
*
mesa: Assert variable coming from get_variable() in get_current_attrib
Juha-Pekka Heikkila
2013-12-19
1
-0
/
+1
*
mesa: Add asserts into emit_fog_instructions
Juha-Pekka Heikkila
2013-12-19
1
-0
/
+3
*
glx: Fix two identical null check errors in driSet/GetInterval
Juha-Pekka Heikkila
2013-12-19
1
-8
/
+12
*
st_glsl_to_tgsi: add support for prim id fragment shader input
Dave Airlie
2013-12-18
1
-0
/
+5
*
mesa: add asserts in load_texunit_bumpmap
Juha-Pekka Heikkila
2013-12-18
1
-0
/
+2
*
glx: add missing null check in dri2_bind_tex_image
Juha-Pekka Heikkila
2013-12-18
1
-2
/
+6
*
mesa: minor simplification in _mesa_es3_error_check_format_and_type()
Brian Paul
2013-12-18
1
-3
/
+1
*
glx: Add missing null check in dri2CreateDrawable
Juha-Pekka Heikkila
2013-12-18
1
-2
/
+4
*
mesa: Verify memory allocations success in _mesa_PushAttrib
Juha-Pekka Heikkila
2013-12-18
1
-84
/
+154
*
mesa: Verify memory allocations success in _mesa_PushClientAttrib
Juha-Pekka Heikkila
2013-12-18
1
-11
/
+59
*
mesa: Change save_attrib_data() to return boolean
Juha-Pekka Heikkila
2013-12-18
1
-1
/
+3
*
mesa: add API/extension checks for 3-component texture buffer formats
Brian Paul
2013-12-18
1
-7
/
+14
*
mesa: 78-column wrapping in extensions.c
Brian Paul
2013-12-18
1
-6
/
+8
*
mesa: Cleanup mesa/main/bufferobj.h
Pi Tabred
2013-12-18
1
-14
/
+45
*
Add ARB_clear_buffer_object to list of supported extensions
Pi Tabred
2013-12-18
1
-0
/
+1
*
st/mesa: plug in default buffer object driver functions
Brian Paul
2013-12-18
1
-0
/
+3
*
mesa: Implement functions for clear_buffer_object extensions
Pi Tabred
2013-12-18
2
-0
/
+283
*
mesa: Modify get_buffer() to allow for a variable error code
Pi Tabred
2013-12-18
1
-16
/
+28
*
mesa: Add bufferobj_range_mapped function
Pi Tabred
2013-12-18
1
-32
/
+59
*
mesa: get_texbuffer_format(): differentiate between core and compat context
Pi Tabred
2013-12-18
1
-80
/
+87
*
mesa: Modify format validation to check for extension not context version
Pi Tabred
2013-12-18
1
-7
/
+2
*
mesa: Make validate_texbuffer_format function available externally
Pi Tabred
2013-12-18
2
-3
/
+8
*
mesa: Add infrastructure for GL_ARB_clear_buffer_object
Pi Tabred
2013-12-18
4
-3
/
+63
*
clover: Append buffers that use CL_MEM_USE_HOST_PTR.
Jan Vesely
2013-12-18
1
-1
/
+1
*
clover: Add parameter checks to clCreateBuffer.
Jan Vesely
2013-12-18
1
-1
/
+13
*
st/dri: Check for kernel support before enabling fd sharing v2
Thomas Hellstrom
2013-12-18
2
-8
/
+11
*
radeonsi: set CB_DISABLE if the color mask is 0
Marek Olšák
2013-12-18
1
-3
/
+8
*
radeonsi: add the htile buffer to the CS ioctl buffer list
Marek Olšák
2013-12-18
1
-0
/
+2
*
glsl: Replace _mesa_glsl_parser_targets enum with gl_shader_type.
Paul Berry
2013-12-17
6
-81
/
+75
[next]