summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_wm_fp.c
AgeCommit message (Expand)Author
2010-12-07i965: Always hand the absolute value to RSQ.Eric Anholt
2010-12-06i965: Provide delta_xy reg to gen6 non-GLSL path PINTERP.Eric Anholt
2010-11-04i965: Silence uninitialized variable warning.Vinson Lee
2010-11-04i965: Silence uninitialized variable warning.Vinson Lee
2010-11-03intel: Annotate debug printout checks with unlikely().Eric Anholt
2010-10-08i965: Initialize member variables.Vinson Lee
2010-10-08i965: Handle swizzles in the addition of YUV texture constants.Eric Anholt
2010-10-08i965: Drop the check for YUV constants in the param list.Eric Anholt
2010-10-08i965: Drop the check for duplicate _mesa_add_state_reference.Eric Anholt
2010-09-28i965: Fix all non-snb regression in the snb attribute interpolation commit.Eric Anholt
2010-09-28i965: Add support for attribute interpolation on Sandybridge.Eric Anholt
2010-08-04i965: Settle on printing our program debug to stdout.Eric Anholt
2010-08-02Initialize a couple of HasIndex2 fields on Mesa IR src regs.Eric Anholt
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2009-11-19mesa: Remove gratuitous padding in prog_dst_register.Eric Anholt
2009-11-17Merge branch 'outputswritten64'Ian Romanick
2009-11-10i965: avoid memsetting all the BRW_WM_MAX_INSN arrays for every compile.Eric Anholt
2009-11-06i965: Share emit_fb_write() between brw_wm_emit.c and brw_wm_glsl.cEric Anholt
2009-11-06i965: Remove an XXX comment for testing some code that seems to work.Eric Anholt
2009-10-30i965: Add an index assert on get_fp_inst array like other compiler arrays.Eric Anholt
2009-10-29i965: remove unused varBrian Paul
2009-10-29i965: don't use context state in emit_fb_write()Brian Paul
2009-10-29i965: use macros to get/set prog_instruction::Aux fieldBrian Paul
2009-10-29i965: minor code reformattingBrian Paul
2009-09-11i965: Move OPCODE_DDX/DDY to brw_wm_emit.c and make it actually work.Eric Anholt
2009-08-26i965: init the tex_units_used fieldBrian Paul
2009-08-26i965: keep track of which texture units the fragment shader accessesBrian Paul
2009-08-25i965: add some texture unit/target assertionsBrian Paul
2009-08-12Merge branch 'new-frag-attribs'Brian Paul
2009-08-12i965: Make the cube mapping RCP use a writemask.Eric Anholt
2009-08-12i965: Handle scalar result swizzling in shared GLSL/non-GLSL code.Eric Anholt
2009-08-04i965: Fix RECT shadow sampling by not losing the other texcoords.Eric Anholt
2009-07-29mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputsBrian Paul
2009-06-16Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-16i965: fix bugs in projective texture coordinatesBrian Paul
2009-06-12i965: interpolate colors with perspective correction by defaultBrian Paul
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul
2009-03-23i965: Fix glFrontFacing in twoside GLSL demo.Eric Anholt
2009-03-23i965: Fix fog coordinate g,b,a values when glFrontFacing isn't used.Eric Anholt
2009-03-23i965: Clean up a bit of mess with unneeded variables in emit_interp.Eric Anholt
2009-03-05i965: init dest reg CondMask = COND_TR (the proper default)Brian Paul
2009-02-28mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul
2009-02-26i965: rename draw_regions -> color_regionsroot
2009-02-26mesa: replace old prog_instruction::Sampler field with Aux fieldBrian Paul
2009-02-26i965: whitespace/indentation fixesBrian Paul
2009-02-20i965: use the new prog_instruction::TexShadow fieldBrian Paul
2009-02-20i965: separate emit_op() and emit_tex_op() functionsBrian Paul
2009-02-13i965: rewrite the code for handling shader subroutine callsBrian Paul
2009-02-13i965: code clean-ups, comments, and minor refactoringBrian Paul