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
*
mesa: add KHR_no_error support to glEndTransformFeedback()
Samuel Pitoiset
2017-08-25
2
-0
/
+11
*
mesa: add end_transform_feedback() helper
Samuel Pitoiset
2017-08-25
1
-9
/
+17
*
mesa: add KHR_no_error support to glBeginTransformFeedback()
Samuel Pitoiset
2017-08-25
2
-0
/
+11
*
mesa: add begin_transform_feedback() helper
Samuel Pitoiset
2017-08-25
1
-20
/
+35
*
mesa: add KHR_no_error support to glBindTransformFeedback()
Samuel Pitoiset
2017-08-25
2
-0
/
+11
*
mesa: add bind_transform_feedback() helper
Samuel Pitoiset
2017-08-25
1
-10
/
+18
*
mesa: port the LastLookedUpVAO optimisation to _mesa_lookup_vao()
Samuel Pitoiset
2017-08-25
1
-4
/
+16
*
mesa: don't error check the default buffer object in glBindBufferOffsetEXT()
Samuel Pitoiset
2017-08-25
1
-6
/
+5
*
mesa: add _fallback suffix to the default transform feedback functions
Samuel Pitoiset
2017-08-25
1
-17
/
+17
*
mesa: remove unnecessary check in _mesa_init_transform_feedback_object()
Samuel Pitoiset
2017-08-25
1
-3
/
+0
*
mesa: check allocation failures in new_transform_feedback()
Samuel Pitoiset
2017-08-25
1
-0
/
+4
*
mesa: remove unused _mesa_validate_transform_feedback_buffers()
Samuel Pitoiset
2017-08-25
2
-19
/
+0
*
glsl: pass shader source keys to the disk cache
Timothy Arceri
2017-08-25
1
-1
/
+1
*
i965: add missing `const` in function signature
Eric Engestrom
2017-08-24
1
-1
/
+1
*
vbo: fix glVertexAttrib(index=0)
Brian Paul
2017-08-24
2
-3
/
+6
*
st/mesa: add const qualifiers in st_extensions.c
Brian Paul
2017-08-24
1
-5
/
+5
*
st/mesa: whitespace/indentation fixes in st_init_extensions()
Brian Paul
2017-08-24
1
-5
/
+6
*
mesa: remove duplicate assignments in bind_xfb_buffers()
Samuel Pitoiset
2017-08-24
1
-3
/
+0
*
mesa: fix debug/error messages in glColorMaski()
Samuel Pitoiset
2017-08-24
1
-4
/
+4
*
i965: Stop using wm_prog_data->binding_table.render_target_start.
Kenneth Graunke
2017-08-23
1
-7
/
+3
*
i965: Add a brw_wm_prog_data::has_render_target_reads field.
Kenneth Graunke
2017-08-23
1
-4
/
+2
*
i965: Inline brw_update_renderbuffer_surfaces().
Kenneth Graunke
2017-08-23
2
-38
/
+20
*
i965: Pass fb into emit_null_surface instead of dimensions.
Kenneth Graunke
2017-08-23
1
-16
/
+12
*
i965: Devirtualize update_renderbuffer_surface.
Kenneth Graunke
2017-08-23
4
-30
/
+5
*
i965: Delete update_renderbuffer_surface flags.
Kenneth Graunke
2017-08-23
2
-21
/
+5
*
i965: Make brw_update_renderbuffer_surface static.
Kenneth Graunke
2017-08-23
2
-11
/
+6
*
i965: Drop BRW_NEW_BLORP from SURFACE_STATE setup code.
Kenneth Graunke
2017-08-23
5
-29
/
+1
*
i965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit.
Kenneth Graunke
2017-08-23
8
-5
/
+25
*
i965: Drop Gen7+ nonsense from brw_ff_gs.c.
Kenneth Graunke
2017-08-23
1
-4
/
+3
*
i965: Only set key->flat_shade if COL0/COL1 are written.
Kenneth Graunke
2017-08-23
1
-1
/
+3
*
i965: Clean up brwNewProgram().
Kenneth Graunke
2017-08-23
1
-28
/
+5
*
gallium: remove TGSI opcode SCS
Marek Olšák
2017-08-22
2
-12
/
+4
*
st/glsl_to_tgsi: fix getting the image type for array of structs (again)
Samuel Pitoiset
2017-08-22
1
-5
/
+3
*
gallium: remove TGSI opcode XPD
Marek Olšák
2017-08-22
1
-7
/
+11
*
gallium: remove TGSI opcode DPH
Marek Olšák
2017-08-22
1
-2
/
+11
*
gallium: remove TGSI opcode DP2A
Marek Olšák
2017-08-22
1
-1
/
+0
*
glsl_to_tgsi: clean up opcode translation
Marek Olšák
2017-08-22
1
-62
/
+30
*
mesa: pass ctx to add_uniform_to_shader constructor
Timothy Arceri
2017-08-22
4
-7
/
+10
*
mesa: only expose EXT_memory_object functions if the ext is supported
Samuel Pitoiset
2017-08-22
3
-7
/
+75
*
mesa: only expose glImportMemoryFdEXT if the ext is supported
Samuel Pitoiset
2017-08-22
1
-0
/
+6
*
i965/clear: Quantize the depth clear value based on the format
Jason Ekstrand
2017-08-21
1
-2
/
+12
*
mesa/st: simplify some UBO index logic
Timothy Arceri
2017-08-22
1
-3
/
+2
*
i965: enable STD430 packing by default on IVB+
Timothy Arceri
2017-08-22
1
-0
/
+16
*
glsl: pass UseSTD430AsDefaultPacking to where it will be used
Timothy Arceri
2017-08-22
1
-2
/
+4
*
mesa: add UseSTD430AsDefaultPacking constant
Timothy Arceri
2017-08-22
1
-0
/
+9
*
mesa: optimize _mesa_attr_zero_aliases_vertex()
Brian Paul
2017-08-21
3
-12
/
+22
*
vbo: use new _is_vertex_position() helper in vbo_attrib_tmp.h
Brian Paul
2017-08-21
1
-36
/
+46
*
vbo: make vbo_bind_arrays() static
Brian Paul
2017-08-21
2
-3
/
+1
*
mesa: formatting clean-up in syncobj.c
Brian Paul
2017-08-21
1
-10
/
+13
*
mesa: fix ES only draw if we have vertex positions
Timothy Arceri
2017-08-22
1
-2
/
+2
[next]