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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: drop brw->is_broxton
Lionel Landwerlin
2017-08-30
4
-5
/
+2
*
i965: drop brw->is_cherryview in favor of devinfo->is_cherryview
Lionel Landwerlin
2017-08-30
3
-4
/
+4
*
i965: drop brw->is_haswell in favor of devinfo->is_haswell
Lionel Landwerlin
2017-08-30
23
-44
/
+45
*
i965: drop brw->is_baytrail in favor of devinfo->is_baytrail
Lionel Landwerlin
2017-08-30
8
-13
/
+13
*
i965: drop brw->is_g4x in favor of devinfo->is_g4x
Lionel Landwerlin
2017-08-30
8
-12
/
+10
*
i965: drop brw->gt in favor of devinfo->gt
Lionel Landwerlin
2017-08-30
5
-8
/
+5
*
i965: drop brw->gen in favor of devinfo->gen
Lionel Landwerlin
2017-08-30
47
-311
/
+506
*
i965: add 2xMSAA 16xMSAA modes to DRI configs.
Kevin Rogovin
2017-08-30
1
-5
/
+18
*
Revert "i965: add 2xMSAA and 16xMSAA to DRI configs for Gen9."
Kenneth Graunke
2017-08-30
1
-10
/
+3
*
mesa/st: remove unwanted backup file
Eric Engestrom
2017-08-30
1
-479
/
+0
*
i965: Bump the initial program cache size from 4kB to 16kB.
Kenneth Graunke
2017-08-29
1
-1
/
+1
*
i965: Issue performance warnings when growing the program cache
Kenneth Graunke
2017-08-29
1
-0
/
+3
*
i965: add 2xMSAA and 16xMSAA to DRI configs for Gen9.
Kevin Rogovin
2017-08-29
1
-3
/
+10
*
i965: Add $(WNO_OVERRIDE_INIT) to AM_CFLAGS
Matt Turner
2017-08-29
1
-0
/
+1
*
i965: Mark functions used conditionally as UNUSED
Matt Turner
2017-08-29
2
-3
/
+3
*
i965: Explicitly cast between different enums
Matt Turner
2017-08-29
1
-4
/
+4
*
i965: Remove some 'inline' keywords
Matt Turner
2017-08-29
1
-7
/
+7
*
util: move string_to_uint_map to glsl
Emil Velikov
2017-08-29
5
-4
/
+483
*
st/mesa: fix XPD lowering - don't read dst
Marek Olšák
2017-08-29
1
-3
/
+6
*
i965: Fix whitespace issues in intel_buffer_objects.c.
Kenneth Graunke
2017-08-28
1
-31
/
+29
*
st/mesa: fix handling of vertex array double inputs
Ilia Mirkin
2017-08-28
1
-1
/
+3
*
i965: Use GEN_GEN and GEN_IS_HASWELL in genX_state_upload.c code.
Kenneth Graunke
2017-08-25
1
-4
/
+4
*
mesa: Implement GL_ARB_polygon_offset_clamp
Adam Jackson
2017-08-25
9
-15
/
+13
*
mesa: Implement GL_ARB_texture_filter_anisotropic
Adam Jackson
2017-08-25
8
-1
/
+11
*
mesa: add KHR_no_error support to glBindBufferOffsetEXT()
Samuel Pitoiset
2017-08-25
2
-0
/
+14
*
mesa: add bind_buffer_offset() helper
Samuel Pitoiset
2017-08-25
1
-13
/
+23
*
mesa: add KHR_no_error support to glTransformFeedbackVaryings()
Samuel Pitoiset
2017-08-25
2
-0
/
+16
*
mesa: add transform_feedback_varyings() helper
Samuel Pitoiset
2017-08-25
1
-26
/
+37
*
mesa: add KHR_no_error support to glResumeTransformFeedback()
Samuel Pitoiset
2017-08-25
2
-0
/
+11
*
mesa: add resume_transform_feedback() helper
Samuel Pitoiset
2017-08-25
1
-7
/
+15
*
mesa: add KHR_no_error support to glPauseTransformFeedback()
Samuel Pitoiset
2017-08-25
2
-0
/
+11
*
mesa: add pause_transform_feedback() helper
Samuel Pitoiset
2017-08-25
1
-7
/
+15
*
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
[next]