aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: Simplify viewport extents programming on GEN8Ben Widawsky2014-08-101-9/+15
* i965/guardband: Improve comments for guardband clippingBen Widawsky2014-08-101-4/+18
* i965: Support the allow_glsl_extension_directive_midshader option.Kenneth Graunke2014-08-102-0/+4
* i965/fs: set virtual_grf_count in assign_regs()Connor Abbott2014-08-101-0/+4
* i965/fs: don't read from uninitialized memory while assigning registersConnor Abbott2014-08-101-6/+6
* i965/fs: Fix bad whitespace.Matt Turner2014-08-101-2/+2
* radeon,r200: fix buffer validation after CS flushMarek Olšák2014-08-098-15/+8
* st/mesa: fix blit-based partial TexSubImage for 1D arraysMarek Olšák2014-08-091-0/+2
* st/mesa: fix DrawPixels(GL_STENCIL_INDEX)Marek Olšák2014-08-091-7/+4
* st/mesa: dump TGSI before calling into the driverMarek Olšák2014-08-091-12/+10
* i965: Get rid of backend_instruction::samplerChris Forbes2014-08-097-11/+0
* i965/vec4/Gen8: Use src1 for sampler_index instead of ->sampler fieldChris Forbes2014-08-092-7/+15
* i965/vec4/Gen4-7: Use src1 for sampler_index instead of ->sampler fieldChris Forbes2014-08-092-8/+15
* i965/vec4: Pass sampler index in src1 for texture opsChris Forbes2014-08-092-7/+11
* i965/vec4: Collect all emits of texture ops into one placeChris Forbes2014-08-091-26/+12
* i965/fs/Gen8: Pass sampler_index to generate_texChris Forbes2014-08-092-7/+14
* i965/fs/Gen4-7: Pass sampler_index to generate_texChris Forbes2014-08-092-7/+14
* i965/blorp: Put sampler index in src1 of texture opsChris Forbes2014-08-091-1/+2
* i965/fs: pass sampler as src1 of texture opChris Forbes2014-08-093-23/+25
* i965/fs: Collect all emits of texture ops for Gen5/6 into one placeChris Forbes2014-08-091-13/+18
* i965/fs: Collect all emits of texture ops for Gen4 into one placeChris Forbes2014-08-091-20/+11
* i965: Emit a performance warning on conditional rendering.Kenneth Graunke2014-08-081-0/+5
* i965: Set ExecSize to 16 for loop instructions in SIMD16 shaders.Kenneth Graunke2014-08-081-5/+8
* i965/eu: Merge brw_CONT and gen6_CONT.Kenneth Graunke2014-08-084-28/+7
* i965/eu: Drop redundant brw_set_src0/brw_set_dest from gen6_CONT.Kenneth Graunke2014-08-081-2/+0
* mesa: Fold _mesa_uniform_merge_location_offset into its only callerIan Romanick2014-08-073-48/+3
* mesa: Fold _mesa_uniform_split_location_offset into its only callerIan Romanick2014-08-072-22/+6
* glsl_to_tgsi: Delete unused function set_uniform_initializerIan Romanick2014-08-071-72/+0
* mesa: Use MAX2 to calculate maximum uniform elementIan Romanick2014-08-071-3/+1
* mesa: Have validate_uniform_parameters return the gl_uniform_storage pointerIan Romanick2014-08-071-31/+30
* 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
* 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
* 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