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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
meta: Use internal functions for buffer object and VAO access in _mesa_meta_D...
Ian Romanick
2015-11-24
1
-12
/
+20
*
meta: Track VBO using gl_buffer_object instead of GL API object handle in _me...
Ian Romanick
2015-11-24
2
-6
/
+19
*
meta: Partially convert _mesa_meta_DrawTex to DSA
Ian Romanick
2015-11-24
1
-6
/
+6
*
meta: Don't pollute the buffer object namespace in _mesa_meta_setup_vertex_ob...
Ian Romanick
2015-11-24
1
-14
/
+3
*
meta: Use internal functions for buffer object and VAO access
Ian Romanick
2015-11-24
1
-33
/
+43
*
meta: Use DSA functions for VBOs in _mesa_meta_setup_vertex_objects
Ian Romanick
2015-11-24
1
-19
/
+24
*
meta: Track VBO using gl_buffer_object instead of GL API object handle
Ian Romanick
2015-11-24
5
-48
/
+72
*
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
*
glsl: Pass ast_type_qualifier by const reference.
Matt Turner
2015-11-24
3
-9
/
+9
*
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
*
util: Include assert.h in macros.h.
Matt Turner
2015-11-24
1
-0
/
+2
*
util: Include <stdbool.h> in debug.h.
Matt Turner
2015-11-24
1
-0
/
+1
*
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
*
softpipe/llvmpipe: don't advertize support for ASTC
Roland Scheidegger
2015-11-24
2
-2
/
+4
*
llvmpipe: don't test for unsupported formats in lp_test_format
Roland Scheidegger
2015-11-24
1
-0
/
+12
*
util: move brw_env_var_as_boolean() to util
Rob Clark
2015-11-24
7
-31
/
+35
*
st/va: fix indentation
Christian König
2015-11-24
1
-7
/
+7
*
st/va: move MPEG4 functions into separate file
Christian König
2015-11-24
4
-180
/
+220
*
st/va: move VC-1 functions into separate file
Christian König
2015-11-24
4
-35
/
+70
*
st/va: move H264 functions into separate file
Christian König
2015-11-24
4
-72
/
+121
*
st/va: move MPEG12 functions into separate file
Christian König
2015-11-24
4
-49
/
+92
*
st/va: move post processing function into own file
Christian König
2015-11-24
4
-57
/
+100
*
st/va: fix post process dirty area handling
Christian König
2015-11-24
1
-4
/
+1
*
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
[prev]
[next]