aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: drop brw->is_broxtonLionel Landwerlin2017-08-304-5/+2
* i965: drop brw->is_cherryview in favor of devinfo->is_cherryviewLionel Landwerlin2017-08-303-4/+4
* i965: drop brw->is_haswell in favor of devinfo->is_haswellLionel Landwerlin2017-08-3023-44/+45
* i965: drop brw->is_baytrail in favor of devinfo->is_baytrailLionel Landwerlin2017-08-308-13/+13
* i965: drop brw->is_g4x in favor of devinfo->is_g4xLionel Landwerlin2017-08-308-12/+10
* i965: drop brw->gt in favor of devinfo->gtLionel Landwerlin2017-08-305-8/+5
* i965: drop brw->gen in favor of devinfo->genLionel Landwerlin2017-08-3047-311/+506
* i965: add 2xMSAA 16xMSAA modes to DRI configs.Kevin Rogovin2017-08-301-5/+18
* Revert "i965: add 2xMSAA and 16xMSAA to DRI configs for Gen9."Kenneth Graunke2017-08-301-10/+3
* mesa/st: remove unwanted backup fileEric Engestrom2017-08-301-479/+0
* i965: Bump the initial program cache size from 4kB to 16kB.Kenneth Graunke2017-08-291-1/+1
* i965: Issue performance warnings when growing the program cacheKenneth Graunke2017-08-291-0/+3
* i965: add 2xMSAA and 16xMSAA to DRI configs for Gen9.Kevin Rogovin2017-08-291-3/+10
* i965: Add $(WNO_OVERRIDE_INIT) to AM_CFLAGSMatt Turner2017-08-291-0/+1
* i965: Mark functions used conditionally as UNUSEDMatt Turner2017-08-292-3/+3
* i965: Explicitly cast between different enumsMatt Turner2017-08-291-4/+4
* i965: Remove some 'inline' keywordsMatt Turner2017-08-291-7/+7
* util: move string_to_uint_map to glslEmil Velikov2017-08-295-4/+483
* st/mesa: fix XPD lowering - don't read dstMarek Olšák2017-08-291-3/+6
* i965: Fix whitespace issues in intel_buffer_objects.c.Kenneth Graunke2017-08-281-31/+29
* st/mesa: fix handling of vertex array double inputsIlia Mirkin2017-08-281-1/+3
* i965: Use GEN_GEN and GEN_IS_HASWELL in genX_state_upload.c code.Kenneth Graunke2017-08-251-4/+4
* mesa: Implement GL_ARB_polygon_offset_clampAdam Jackson2017-08-259-15/+13
* mesa: Implement GL_ARB_texture_filter_anisotropicAdam Jackson2017-08-258-1/+11
* mesa: add KHR_no_error support to glBindBufferOffsetEXT()Samuel Pitoiset2017-08-252-0/+14
* mesa: add bind_buffer_offset() helperSamuel Pitoiset2017-08-251-13/+23
* mesa: add KHR_no_error support to glTransformFeedbackVaryings()Samuel Pitoiset2017-08-252-0/+16
* mesa: add transform_feedback_varyings() helperSamuel Pitoiset2017-08-251-26/+37
* mesa: add KHR_no_error support to glResumeTransformFeedback()Samuel Pitoiset2017-08-252-0/+11
* mesa: add resume_transform_feedback() helperSamuel Pitoiset2017-08-251-7/+15
* mesa: add KHR_no_error support to glPauseTransformFeedback()Samuel Pitoiset2017-08-252-0/+11
* mesa: add pause_transform_feedback() helperSamuel Pitoiset2017-08-251-7/+15
* mesa: add KHR_no_error support to glEndTransformFeedback()Samuel Pitoiset2017-08-252-0/+11
* mesa: add end_transform_feedback() helperSamuel Pitoiset2017-08-251-9/+17
* mesa: add KHR_no_error support to glBeginTransformFeedback()Samuel Pitoiset2017-08-252-0/+11
* mesa: add begin_transform_feedback() helperSamuel Pitoiset2017-08-251-20/+35
* mesa: add KHR_no_error support to glBindTransformFeedback()Samuel Pitoiset2017-08-252-0/+11
* mesa: add bind_transform_feedback() helperSamuel Pitoiset2017-08-251-10/+18
* mesa: port the LastLookedUpVAO optimisation to _mesa_lookup_vao()Samuel Pitoiset2017-08-251-4/+16
* mesa: don't error check the default buffer object in glBindBufferOffsetEXT()Samuel Pitoiset2017-08-251-6/+5
* mesa: add _fallback suffix to the default transform feedback functionsSamuel Pitoiset2017-08-251-17/+17
* mesa: remove unnecessary check in _mesa_init_transform_feedback_object()Samuel Pitoiset2017-08-251-3/+0
* mesa: check allocation failures in new_transform_feedback()Samuel Pitoiset2017-08-251-0/+4
* mesa: remove unused _mesa_validate_transform_feedback_buffers()Samuel Pitoiset2017-08-252-19/+0
* glsl: pass shader source keys to the disk cacheTimothy Arceri2017-08-251-1/+1
* i965: add missing `const` in function signatureEric Engestrom2017-08-241-1/+1
* vbo: fix glVertexAttrib(index=0)Brian Paul2017-08-242-3/+6
* st/mesa: add const qualifiers in st_extensions.cBrian Paul2017-08-241-5/+5
* st/mesa: whitespace/indentation fixes in st_init_extensions()Brian Paul2017-08-241-5/+6
* mesa: remove duplicate assignments in bind_xfb_buffers()Samuel Pitoiset2017-08-241-3/+0