summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: Emit errors for inconsistent compressed pixel store stateChris Forbes2014-06-103-1/+60
* mesa: Add new pixel pack/unpack state forChris Forbes2014-06-103-0/+78
* tests: Add new enum strings for ARB_compressed_texture_pixel_storageChris Forbes2014-06-101-0/+8
* mesa: Make CompressedTexSubImage errors more consistentChris Forbes2014-06-101-3/+3
* mesa: Trim down PixelStorei implementationChris Forbes2014-06-101-119/+56
* mesa/main: Prevent sefgault on glGetIntegerv(GL_ATOMIC_COUNTER_BUFFER_BINDING).José Fonseca2014-06-081-1/+5
* Revert "i965: Move brw_land_fwd_jump() to compilation unit of its use."Iago Toral Quiroga2014-06-073-16/+21
* i965: Fix else and brace placement in brw_eu_emit.c.Kenneth Graunke2014-06-071-28/+13
* i965: Drop the remaining default predication whacking.Kenneth Graunke2014-06-072-5/+1
* i965/sf: Use brw_set_default_predicate_control().Kenneth Graunke2014-06-071-2/+2
* st/mesa: remove extra calculation of sampler countTimothy Arceri2014-06-071-9/+2
* i965: Support GL_CLAMP natively on Broadwell.Kenneth Graunke2014-06-053-4/+13
* i965: Pass brw to translate_wrap_mode().Kenneth Graunke2014-06-053-8/+9
* i965: use _mesa_align_malloc in intel_miptree_map_movntdqaTapani Pälli2014-06-051-2/+2
* i965/fs: Allow array dereference of HW_REG.Chris Forbes2014-06-051-1/+1
* i965: Fix copy and pasted values in Broadwell code.Kenneth Graunke2014-06-031-10/+21
* mesa: Make glGetIntegerv(GL_*_ARRAY_SIZE) return GL_BGRA.José Fonseca2014-06-032-2/+12
* mesa/main: Make get_hash.c values constant.José Fonseca2014-06-031-1/+1
* i965: Add _default_ name changes to test_eu_compact.c.Vinson Lee2014-06-021-5/+5
* i965/gen8: Print number of instructions directly.Matt Turner2014-06-022-0/+9
* i965: Emit compaction stats without walking the assembly.Matt Turner2014-06-023-19/+12
* i965: Move program header printing to end of generate_code().Matt Turner2014-06-024-52/+44
* i965: Move annotation info into generate code.Matt Turner2014-06-026-91/+68
* i965: Put '_default_' in the name of functions that set default state.Kenneth Graunke2014-06-0213-163/+163
* i965: Delete brw_set_conditionalmod.Kenneth Graunke2014-06-023-13/+0
* i965: Eliminate brw_set_conditionalmod from the Gen4-5 compilers.Kenneth Graunke2014-06-026-24/+24
* i965: Don't use brw_set_conditionalmod in the FS and vec4 compilers.Kenneth Graunke2014-06-022-5/+16
* i965: Stop setting predication from brw_set_conditionalmod.Kenneth Graunke2014-06-024-5/+11
* i965: Drop unnecessary brw_set_conditionalmod() before brw_CMP().Kenneth Graunke2014-06-021-1/+0
* i965/clip: Use the new brw_last_inst macro instead of temporaries.Kenneth Graunke2014-06-023-27/+23
* i965: Create a "brw_last_inst" convenience macro.Kenneth Graunke2014-06-021-0/+6
* i965: Make brw_JMPI set predicate_control based on a parameter.Kenneth Graunke2014-06-023-10/+13
* i965: Remove the dst and src0 parameters from brw_JMPI.Kenneth Graunke2014-06-023-17/+12
* i965/fs: Add fs_inst constructor that takes a list of sources.Matt Turner2014-06-012-0/+15
* i965/fs: Add a function to resize fs_inst's sources array.Matt Turner2014-06-012-0/+11
* i965/fs: Clean up fs_inst constructors.Matt Turner2014-06-012-75/+32
* i965/fs: Loop from 0 to inst->sources, not 0 to 3.Matt Turner2014-06-0110-28/+28
* i965/fs: Store the number of sources an fs_inst has.Matt Turner2014-06-012-11/+13
* i965/fs: ralloc fs_inst's fs_reg sources.Matt Turner2014-06-012-1/+9
* i965/fs: Disable fs_inst assignment operator.Matt Turner2014-06-011-0/+2
* i965/fs: Add and use an fs_inst copy constructor.Matt Turner2014-06-012-0/+6
* i965: Skip IR annotations with INTEL_DEBUG=noann.Matt Turner2014-06-013-2/+6
* i965/fs: Debug the optimization passes by dumping instr to file.Matt Turner2014-06-011-12/+41
* i965: Give dump_instructions() a filename argument.Matt Turner2014-06-015-6/+42
* i965: Give dump_instruction() a FILE* argument.Matt Turner2014-06-015-100/+115
* i965: Add envvar to debug the optimization passes.Matt Turner2014-06-012-0/+2
* i915: add a missing NULL pointer checkLubomir Rintel2014-05-301-1/+1
* i965/vec4: Allow writemasking on math instructions on Gen7+.Matt Turner2014-05-301-2/+2
* i965: Fix Line Stipple enable bit in 3DSTATE_SF for Haswell.Pavel Popov2014-05-301-1/+1
* mesa: Add missing null checks into prog_hash_table.cJuha-Pekka Heikkila2014-05-301-0/+8