summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-11-01mesa: Add new functions and enums required by GL_ARB_sample_shadingAnuj Phogat11-4/+100
2013-11-01mesa: Add infrastructure for GL_ARB_sample_shadingAnuj Phogat6-0/+9
2013-11-01i965/fs: Optimize saturating SEL.G(E) with imm val <= 0.0f.Matt Turner1-0/+14
2013-11-01i965/fs: Optimize saturating SEL.L(E) with imm val >= 1.0.Matt Turner1-0/+22
2013-11-01i965/fs: Optimize OR with identical sources into a MOV.Matt Turner1-0/+8
2013-11-01glsl: Add a CSE pass.Eric Anholt5-0/+608
2013-11-01i965/vec4: Don't overwrite op[1] when doing a UBO load.Eric Anholt1-2/+3
2013-11-01st/mesa: fix _mesa_init_transform_feedback_object() argumentBrian Paul1-1/+1
2013-10-31i965: Fix brw_store_register_mem64 to stay within a single batch.Kenneth Graunke1-4/+1
2013-10-31i965: Enable the ARB_transform_feedback_instanced extension on Gen7+.Kenneth Graunke1-0/+1
2013-10-31i965: Enable the ARB_transform_feedback3 extension on Gen7+.Kenneth Graunke1-0/+1
2013-10-31i965: Add support for gl_SkipComponents[1234].Kenneth Graunke1-2/+21
2013-10-31i965: Explicitly maintain a count of SO_DECL structures emitted.Kenneth Graunke1-8/+7
2013-10-31i965: Create a temporary for transform feedback output components.Kenneth Graunke1-4/+4
2013-10-31i965: Enable ARB_transform_feedback2 on Gen7+ if register writes work.Kenneth Graunke1-1/+61
2013-10-31i965: Initialize batchbuffer and state modules before extensions.Kenneth Graunke1-4/+4
2013-10-31i965: Implement glDrawTransformFeedback().Kenneth Graunke4-1/+212
2013-10-31i965: Mark brw_draw_prims tfb_vertcount parameter as unused.Kenneth Graunke2-2/+4
2013-10-31mesa: Add a new GetTransformFeedbackVertexCount() driver hook.Kenneth Graunke4-0/+26
2013-10-31i965: Implement Pause/ResumeTransformfeedback driver hooks on Gen7+.Kenneth Graunke4-0/+56
2013-10-31i965: Create a new brw_transform_feedback_object subclass.Kenneth Graunke3-0/+40
2013-10-31st/mesa: Use the new _mesa_init_transform_feedback_object() helper.Kenneth Graunke1-2/+2
2013-10-31mesa: Separate transform feedback object initialization from allocation.Kenneth Graunke2-5/+18
2013-10-31vbo: fix MSVC double->float conversion warningsBrian Paul1-2/+2
2013-10-31swrast: fix MSVC double->float conversion warningsBrian Paul1-2/+2
2013-10-31mesa: fix some MSVC signed/unsigned compiler warningsBrian Paul3-6/+8
2013-10-31meta: fix assorted MSVC int/float conversion warningsBrian Paul1-14/+14
2013-10-31glsl: fix MSVC int->bool conversion warningBrian Paul1-1/+1
2013-10-31st/draw: silence Mingw warning in pointer_to_offset()Brian Paul1-1/+1
2013-10-30i965/fs: Perform CSE on CMP(N) instructions.Matt Turner1-10/+29
2013-10-30i965/fs: Don't emit null MOVs in CSE.Matt Turner1-17/+25
2013-10-30i965/fs: Use reads_flag and writes_flag methods in the scheduler.Matt Turner1-12/+4
2013-10-30i965/fs: Add reads_flag() and writes_flag() to fs_inst.Matt Turner2-0/+16
2013-10-30i965/fs: Add is_null() method to fs_reg.Matt Turner2-0/+9
2013-10-30i965/fs: Use the gen7 scratch read opcode when possible.Eric Anholt8-3/+91
2013-10-30i965: Merge together opcodes for SHADER_OPCODE_GEN4_SCRATCH_READ/WRITEEric Anholt10-36/+33
2013-10-30i965/fs: Fix register unspills from a reg_offset.Eric Anholt1-3/+3
2013-10-30i965/fs: Fix register spilling for 16-wide.Eric Anholt2-14/+13
2013-10-30i965/fs: Exit the compile if spilling would overwrite in-use MRFs.Eric Anholt3-0/+25
2013-10-30i965/fs: Fix broken register spilling debug code.Eric Anholt2-7/+11
2013-10-30i965/fs: Split "find what MRFs were used" to a helper function.Eric Anholt2-9/+25
2013-10-30i965/fs: Update an ancient, wrong comment about reg_offset.Eric Anholt1-3/+5
2013-10-30radeonsi: Allow longer intrinsic namesKai Wasserbäch1-1/+1
2013-10-30clover: Don't install headers when using the icdTom Stellard1-10/+11
2013-10-30radeon/llvm: Specify the DataLayout when running optimizationsTom Stellard1-0/+4
2013-10-30i965/fs: Prefer more-critical instructions of the same age in LIFO scheduling.Eric Anholt1-15/+67
2013-10-30i965: Compute the node's delay time for scheduling.Eric Anholt1-0/+28
2013-10-30glsl: Move layout(location) checks to AST-to-HIR conversionIan Romanick3-22/+43
2013-10-30glsl: Slightly restructure error generation in validate_explicit_locationIan Romanick1-11/+11
2013-10-30glsl: Make mode_string function globally availableIan Romanick3-23/+46