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
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
meta: Don't leave the VBO bound after _mesa_meta_setup_vertex_objects
Ian Romanick
2015-11-24
5
-21
/
+38
*
i965: Use _mesa_NamedBufferSubData for users of _mesa_meta_setup_vertex_objects
Ian Romanick
2015-11-24
1
-3
/
+3
*
meta: Use _mesa_NamedBufferData and _mesa_NamedBufferSubData for users of _me...
Ian Romanick
2015-11-24
3
-10
/
+8
*
meta: Use DSA functions for PBO in create_texture_for_pbo
Ian Romanick
2015-11-24
1
-19
/
+11
*
i965: Don't pollute the buffer object namespace in brw_meta_fast_clear
Ian Romanick
2015-11-24
1
-5
/
+5
*
i965: Use internal functions for buffer object access
Ian Romanick
2015-11-24
1
-6
/
+18
*
i965: Use DSA functions for VBOs in brw_meta_fast_clear
Ian Romanick
2015-11-24
1
-6
/
+7
*
i965: Pass brw_context instead of gl_context to brw_draw_rectlist
Ian Romanick
2015-11-24
1
-4
/
+5
*
mesa: Refactor enable_vertex_array_attrib to make _mesa_enable_vertex_array_a...
Ian Romanick
2015-11-24
2
-9
/
+22
*
mesa: Refactor update_array_format to make _mesa_update_array_format_public
Ian Romanick
2015-11-24
2
-19
/
+57
*
mesa: Make bind_vertex_buffer avilable outside varray.c
Ian Romanick
2015-11-24
2
-14
/
+22
*
Revert "i965: Combine assembly annotations if possible."
Kenneth Graunke
2015-11-24
1
-18
/
+5
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
55
-154
/
+28
*
i965: Move brw_new_shader and brw_link_shader prototypes from brw_wm.h.
Matt Turner
2015-11-24
2
-3
/
+3
*
i965: Compile brw_cs_fill_local_id_payload() as C.
Matt Turner
2015-11-24
2
-36
/
+36
*
i965: Move MRF macros from brw_inst.h to brw_eu.h.
Matt Turner
2015-11-24
3
-9
/
+10
*
i965: Drop #include of main/glheader.h.
Matt Turner
2015-11-24
24
-24
/
+0
*
i965: Push down inclusion of brw_program.h.
Matt Turner
2015-11-24
18
-5
/
+15
*
i965: Mark functions called from C as extern "C".
Matt Turner
2015-11-24
2
-3
/
+3
*
i965: Push down inclusion of vbo/vbo.h.
Matt Turner
2015-11-24
2
-1
/
+1
*
i965: Remove duplicate #includes.
Matt Turner
2015-11-24
1
-2
/
+0
*
i965: Remove unneeded forward declarations.
Matt Turner
2015-11-24
4
-8
/
+0
*
i965: Mark count_trailing_one_bits() static.
Matt Turner
2015-11-24
1
-1
/
+1
*
i965: Remove useless gen6_blorp.h/gen7_blorp.h headers.
Matt Turner
2015-11-24
7
-88
/
+7
*
i965: Prevent implicit upcasts to brw_reg.
Matt Turner
2015-11-24
7
-14
/
+49
*
i965: Use scope operator to ensure brw_reg is interpreted as a type.
Matt Turner
2015-11-24
4
-6
/
+6
*
i965: Use implicit backend_reg copy-constructor.
Matt Turner
2015-11-24
2
-5
/
+3
*
i965: Add and use backend_reg::equals().
Matt Turner
2015-11-24
4
-6
/
+12
*
util: move brw_env_var_as_boolean() to util
Rob Clark
2015-11-24
5
-31
/
+8
*
glsl: implement recent spec update to SSO validation
Timothy Arceri
2015-11-24
1
-0
/
+24
*
Revert "mesa: return initial value for VALIDATE_STATUS if pipe not bound"
Timothy Arceri
2015-11-24
1
-2
/
+1
*
texgetimage: consolidate 1D array handling code.
Dave Airlie
2015-11-24
1
-15
/
+11
*
i965: Use NIR for lowering texture swizzle
Jason Ekstrand
2015-11-23
6
-196
/
+44
*
i965: Use nir_lower_tex for texture coordinate lowering
Jason Ekstrand
2015-11-23
8
-131
/
+42
*
i965/fs: Stomp the texture return type to UINT32 for resinfo messages
Jason Ekstrand
2015-11-23
1
-0
/
+11
*
nir/lower_tex: Report progress
Jason Ekstrand
2015-11-23
1
-1
/
+1
*
i965: Move postprocess_nir to codegen time
Jason Ekstrand
2015-11-23
4
-5
/
+20
*
i965/nir: Split shader optimization and lowering into three stages
Jason Ekstrand
2015-11-23
2
-38
/
+104
*
i965: Use ull immediates in brw_inst_bits
Jason Ekstrand
2015-11-23
1
-2
/
+2
*
st/mesa: add astc support
Ilia Mirkin
2015-11-23
2
-1
/
+262
*
i965: Handle lum, intensity and missing components in the fast clear
Neil Roberts
2015-11-23
1
-2
/
+32
*
nir: s/nir_type_unsigned/nir_type_uint
Jason Ekstrand
2015-11-23
2
-3
/
+3
*
i965/fs: add stride restrictions for copy propagation
Connor Abbott
2015-11-23
1
-1
/
+55
*
i965/fs: don't propagate cmod when the exec sizes differ
Connor Abbott
2015-11-23
1
-1
/
+2
*
i965/fs: respect force_sechalf/force_writemask_all in CSE
Connor Abbott
2015-11-23
1
-0
/
+2
*
i965: fix 64-bit immediates in brw_inst(_set)_bits
Connor Abbott
2015-11-23
1
-2
/
+2
*
i965/fs: print non-1 strides when dumping instructions
Connor Abbott
2015-11-23
1
-0
/
+12
*
mesa/teximage: Fix S3TC regression due to ASTC interaction
Nanley Chery
2015-11-22
1
-28
/
+15
*
mesa/extensions: Enable overriding permanently enabled extensions
Nanley Chery
2015-11-22
1
-40
/
+24
*
i965: Fix num_uniforms count for scalar GS.
Kenneth Graunke
2015-11-22
1
-1
/
+3
[next]