aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_eu_emit.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Fix assertion in brw_alu3.Vinson Lee2012-11-071-1/+1
* i965: Remove VS constant buffer read support from brw_eu_emit.c.Kenneth Graunke2012-11-011-110/+0
* i965: Delete some dead code from brw_eu_emit.c.Kenneth Graunke2012-10-091-108/+0
* i965: Prepare the break/cont uip/jip setting for compacted instructions.Eric Anholt2012-09-171-14/+43
* i965: Move program dump to a helper function in brw_eu.c.Eric Anholt2012-09-171-0/+1
* i965: Drop the confusing saturate argument to math instruction setup.Eric Anholt2012-08-081-10/+4
* i965: Use sendc for all render target writes on Gen6+.Paul Berry2012-07-261-1/+1
* i965: Add support for AVG instruction.Paul Berry2012-07-201-0/+22
* i965/gen6+: Add support for GL_ARB_blend_func_extended.Eric Anholt2012-05-231-6/+2
* Revert "i965/fs: Jump from discard statements to the end of the program when ...Eric Anholt2012-05-141-48/+5
* i965/fs: Jump from discard statements to the end of the program when done.Eric Anholt2012-03-161-5/+48
* i965: Only set Last Render Target Select on the last FB write.Kenneth Graunke2012-02-211-1/+1
* i965: Add support for the MAD opcode on gen6+.Eric Anholt2012-02-101-1/+83
* i965/fs: Fix rendering corruption in unigine tropics.Eric Anholt2012-01-301-1/+1
* i965: Expose brw_set_sampler_message for use outside brw_eu_emit.c.Kenneth Graunke2012-01-261-10/+11
* i965: Bump Ivybridge's fake MRF range to g112-127 instead of g111-126.Kenneth Graunke2012-01-181-1/+9
* i965: Silence gcc warning from resizing EU store changes.Eric Anholt2012-01-021-1/+1
* i965: increase the brw eu instruction store size dynamicallyYuanhan Liu2011-12-261-1/+9
* i965: call next_insn() before referencing a instruction by indexYuanhan Liu2011-12-261-14/+26
* i965: get the jmp distance by instruction indexYuanhan Liu2011-12-261-4/+3
* i965: let the if_stack just store the instruction indexYuanhan Liu2011-12-261-7/+15
* i965: Don't make consumers of brw_CONT/brw_WHILE track if depth in loop.Eric Anholt2011-12-211-4/+9
* i965: Don't make consumers of brw_WHILE do pre-gen6 BREAK/CONT patching.Eric Anholt2011-12-211-2/+33
* i965: Don't make consumers of brw_DO()/brw_WHILE() track loop start.Eric Anholt2011-12-211-3/+27
* i965: Drop unused do_insn argument from gen6_CONT().Eric Anholt2011-12-211-2/+1
* i965 gen6: Initial implementation of transform feedback.Paul Berry2011-12-201-0/+39
* i965 gen6+: Use 1-wide null operands for IF instructionsPaul Berry2011-12-201-4/+4
* i965: Only convert if/else to conditional adds prior to Gen6.Paul Berry2011-12-071-2/+28
* i965: Make gen6_resolve_implied_move a no-op for MRF sources.Kenneth Graunke2011-12-021-0/+3
* i965/gen4: Fix sampling from integer textures.Eric Anholt2011-11-171-4/+7
* i965: Enable faster workaround-free math on Ivybridge.Kenneth Graunke2011-11-071-11/+18
* i965: remove unused vars in brw_set_ff_sync_message()Brian Paul2011-10-181-3/+0
* i965: Rename pixel_scoreboard_clear to last_render_target for clarity.Kenneth Graunke2011-10-181-9/+9
* i965: Factor out code for setting Message Descriptors.Kenneth Graunke2011-10-181-129/+77
* i965: Remove EOT parameter from brw_SAMPLE and brw_set_sampler_message.Kenneth Graunke2011-10-181-9/+5
* i965: Rename BRW_MESSAGE_TARGET_* to BRW_SFID_* and document them.Kenneth Graunke2011-10-181-24/+24
* i965: Clarify check for which cache to use on Gen6 data port reads.Kenneth Graunke2011-10-181-3/+3
* i965: Use Ivybridge's "Legacy Data Port" for reads/writes.Kenneth Graunke2011-10-181-4/+8
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-23/+23
* i965: Fix inconsistent indentation in brw_eu_emit.c.Kenneth Graunke2011-10-071-197/+197
* i965: Set the signed/unsigned type bit in Gen4/5 math messages.Kenneth Graunke2011-10-021-1/+1
* i965: Fix message and response length calculations for INT DIV.Kenneth Graunke2011-10-021-10/+28
* i965: Fix assertions about register types for INT DIV in brw_math.Kenneth Graunke2011-10-021-4/+11
* i965/vs: Add support for pull constant loads for uniform arrays.Eric Anholt2011-08-301-1/+1
* i965: Fix Android build by removing relative includesChad Versace2011-08-301-1/+1
* i965/gen7: Use align1 mode to set URB_WRITE_HWORD channel enables.Kenneth Graunke2011-08-201-0/+3
* i965/gen6: Force WHILE exec size to 8.Eric Anholt2011-08-161-4/+2
* i965: Fix assertion failure on a loop consisting of while (true) { break }.Eric Anholt2011-08-161-1/+1
* i965: Make some EU emit code for DP read/write messages non-static.Eric Anholt2011-08-161-22/+22
* i965: Warnings cleanup.Eric Anholt2011-05-251-3/+0