aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* glsl/glcpp: Fix NULL directives when followed by a single-line commentCarl Worth2014-08-071-1/+1
* glsl/glcpp: Add tests for #define followed by commentsCarl Worth2014-08-072-2/+8
* glsl/glcpp: Allow single-line comments immediately after #defineCarl Worth2014-08-071-1/+1
* glsl/glcpp: Add test for "#define without macro name"Carl Worth2014-08-072-0/+4
* glsl/glcpp: Add explicit error for "#define without macro name"Carl Worth2014-08-073-5/+7
* docs: List GL+GLSL versions as parts of a whole.Matt Turner2014-08-071-18/+9
* i965/vec4: Remove unused emit_bool_comparison method.Matt Turner2014-08-072-15/+0
* mesa: Drop USE_IEEE define.Matt Turner2014-08-074-48/+4
* mesa: Group gl_system_value values by the stage where they existIan Romanick2014-08-072-9/+35
* glsl_to_tgsi: Assert that the _mesa_sysval_to_semantic mapping is correctIan Romanick2014-08-071-0/+15
* mesa/st: Only one copy of mesa_sysval_to_semanticIan Romanick2014-08-073-11/+5
* glsl_to_tgsi: Constify mesa_sysval_to_semanticIan Romanick2014-08-071-1/+1
* i965/clip: Fix brw_clip_unfilled.c/compute_offset's assembly.Kenneth Graunke2014-08-071-3/+3
* glsl: support unsigned increment in ir_loop controlsTapani Pälli2014-08-071-3/+14
* mesa/formats: Fix the size of ETC2_SRGB8_PUNCHTHROUGH_ALPHA1Jason Ekstrand2014-08-061-1/+1
* mesa/formats: Use the correct swizzle parameter for the 11-bit EAC formatsJason Ekstrand2014-08-061-4/+4
* draw: fix clipvertex trouble if position comes from gsRoland Scheidegger2014-08-061-1/+5
* draw: don't run pipeline stages when gs has no position outputRoland Scheidegger2014-08-062-1/+5
* dri/xmlconfig: s/uint/unsigned int/Vinson Lee2014-08-051-2/+2
* mesa include stdint.h in formats.hBrian Paul2014-08-051-0/+1
* mesa/texstore: Add a generic rgba integer texture upload pathJason Ekstrand2014-08-051-479/+73
* mesa/texstore: Add a generic float/normalized rgba texture upload pathJason Ekstrand2014-08-051-1906/+98
* mesa/texstore: Use _mesa_swizzle_and_convert when possibleJason Ekstrand2014-08-051-15/+171
* main/texstore: Split texture storage into three functionsJason Ekstrand2014-08-051-71/+100
* mesa/format_utils: Add a function to convert a mesa_format to an array formatJason Ekstrand2014-08-052-0/+111
* mesa/format_utils: Add a general format conversion functionJason Ekstrand2014-08-053-0/+912
* mesa/imports: Add a _mesa_half_is_negative helper functionJason Ekstrand2014-08-051-0/+5
* mesa/formats: Add layout and swizzle informationJason Ekstrand2014-08-053-0/+86
* mesa/formats: Remove IndexBitsJason Ekstrand2014-08-052-3/+2
* mesa/formats: Autogenerate the format_info structure from a CSV fileJason Ekstrand2014-08-054-1738/+19
* mesa/main: Add python code to generate the format_info structureJason Ekstrand2014-08-051-0/+181
* mesa: Add python to parse the formats CSV fileJason Ekstrand2014-08-051-0/+521
* mesa: Add a format description CSV fileJason Ekstrand2014-08-051-0/+282
* util/tests/hash_table: Link against libmesautil instead of libmesaJason Ekstrand2014-08-051-4/+2
* st/mesa: adjust Z coordinates for quad clearingBrian Paul2014-08-051-2/+5
* mesa: make vertex array type error checking a little more efficientBrian Paul2014-08-052-30/+59
* glsl_to_tgsi: Fix typo shader_program -> shaderMichel Dänzer2014-08-051-2/+1
* mesa: update wglext.h to version 20140630Brian Paul2014-08-051-675/+607
* mesa: update glxext.h to version 20140725Brian Paul2014-08-051-5/+32
* mesa: update glext.h to version 20140725Brian Paul2014-08-051-115/+209
* meta: Disable dithering during glBlitFramebufferNeil Roberts2014-08-051-0/+3
* libgl-xlib: drop duplicate mesautil from scons buildEmil Velikov2014-08-051-1/+0
* llvmpipe/tests: automake: link against libmesautil.laEmil Velikov2014-08-051-5/+6
* gallium/tests: automake: link against libmesautil.laEmil Velikov2014-08-052-0/+2
* targets/omx: automake: link against libmesautil.laEmil Velikov2014-08-051-0/+1
* targets/xvmc: automake: link against libmesautil.laEmil Velikov2014-08-051-0/+1
* targets/clover: link against libmesautil.laJan Vesely2014-08-051-0/+1
* gallivm: Fix build with latest LLVMJan Vesely2014-08-051-0/+8
* targets/dri: link with mesautilRoland Scheidegger2014-08-051-0/+1
* gallium/docs: Document TEX2/TXL2/TXB2 instructions and fix up other tex docRoland Scheidegger2014-08-051-25/+102