| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Remove gratuitous padding in prog_dst_register. | Eric Anholt | 2009-11-19 | 1 | -1/+0 |
* | Merge branch 'outputswritten64' | Ian Romanick | 2009-11-17 | 1 | -1/+1 |
* | i965: avoid memsetting all the BRW_WM_MAX_INSN arrays for every compile. | Eric Anholt | 2009-11-10 | 1 | -0/+2 |
* | i965: Share emit_fb_write() between brw_wm_emit.c and brw_wm_glsl.c | Eric Anholt | 2009-11-06 | 1 | -2/+2 |
* | i965: Remove an XXX comment for testing some code that seems to work. | Eric Anholt | 2009-11-06 | 1 | -1/+0 |
* | i965: Add an index assert on get_fp_inst array like other compiler arrays. | Eric Anholt | 2009-10-30 | 1 | -0/+1 |
* | i965: remove unused var | Brian Paul | 2009-10-29 | 1 | -1/+0 |
* | i965: don't use context state in emit_fb_write() | Brian Paul | 2009-10-29 | 1 | -2/+2 |
* | i965: use macros to get/set prog_instruction::Aux field | Brian Paul | 2009-10-29 | 1 | -4/+4 |
* | i965: minor code reformatting | Brian Paul | 2009-10-29 | 1 | -4/+3 |
* | i965: Move OPCODE_DDX/DDY to brw_wm_emit.c and make it actually work. | Eric Anholt | 2009-09-11 | 1 | -38/+0 |
* | i965: init the tex_units_used field | Brian Paul | 2009-08-26 | 1 | -0/+1 |
* | i965: keep track of which texture units the fragment shader accesses | Brian Paul | 2009-08-26 | 1 | -3/+15 |
* | i965: add some texture unit/target assertions | Brian Paul | 2009-08-25 | 1 | -0/+6 |
* | Merge branch 'new-frag-attribs' | Brian Paul | 2009-08-12 | 1 | -27/+34 |
|\ |
|
| * | mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputs | Brian Paul | 2009-07-29 | 1 | -27/+34 |
* | | i965: Make the cube mapping RCP use a writemask. | Eric Anholt | 2009-08-12 | 1 | -2/+2 |
* | | i965: Handle scalar result swizzling in shared GLSL/non-GLSL code. | Eric Anholt | 2009-08-12 | 1 | -3/+38 |
* | | i965: Fix RECT shadow sampling by not losing the other texcoords. | Eric Anholt | 2009-08-04 | 1 | -1/+5 |
|/ |
|
* | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-06-16 | 1 | -5/+16 |
|\ |
|
| * | i965: fix bugs in projective texture coordinates | Brian Paul | 2009-06-16 | 1 | -5/+16 |
* | | i965: interpolate colors with perspective correction by default | Brian Paul | 2009-06-12 | 1 | -7/+19 |
|/ |
|
* | mesa: merge the prog_src_register::NegateBase and NegateAbs fields | Brian Paul | 2009-04-14 | 1 | -7/+6 |
* | i965: Fix glFrontFacing in twoside GLSL demo. | Eric Anholt | 2009-03-23 | 1 | -5/+6 |
* | i965: Fix fog coordinate g,b,a values when glFrontFacing isn't used. | Eric Anholt | 2009-03-23 | 1 | -0/+50 |
* | i965: Clean up a bit of mess with unneeded variables in emit_interp. | Eric Anholt | 2009-03-23 | 1 | -7/+2 |
* | i965: init dest reg CondMask = COND_TR (the proper default) | Brian Paul | 2009-03-05 | 1 | -2/+2 |
* | mesa: rename, reorder FRAG_RESULT_x tokens | Brian Paul | 2009-02-28 | 1 | -4/+4 |
* | i965: rename draw_regions -> color_regions | root | 2009-02-26 | 1 | -2/+2 |
* | mesa: replace old prog_instruction::Sampler field with Aux field | Brian Paul | 2009-02-26 | 1 | -6/+5 |
* | i965: whitespace/indentation fixes | Brian Paul | 2009-02-26 | 1 | -28/+24 |
* | i965: use the new prog_instruction::TexShadow field | Brian Paul | 2009-02-20 | 1 | -1/+5 |
* | i965: separate emit_op() and emit_tex_op() functions | Brian Paul | 2009-02-20 | 1 | -50/+63 |
* | i965: rewrite the code for handling shader subroutine calls | Brian Paul | 2009-02-13 | 1 | -1/+0 |
* | i965: code clean-ups, comments, and minor refactoring | Brian Paul | 2009-02-13 | 1 | -4/+12 |
* | i965: minor tweak: replace OPCODE_MOV with OPCODE_SWZ | Brian Paul | 2009-01-28 | 1 | -1/+1 |
* | i965: implement GL_EXT_texture_swizzle | Brian Paul | 2009-01-28 | 1 | -0/+19 |
* | i965: minor clean-up, comments, etc. | Brian Paul | 2009-01-28 | 1 | -15/+31 |
* | i965: Remove gratuitous whitespace in INTEL_DEBUG=wm output. | Eric Anholt | 2009-01-21 | 1 | -2/+2 |
* | i965: fix broken ARB fp fog options | Brian Paul | 2009-01-12 | 1 | -52/+0 |
* | i965: allow gl_FragData[0] usage when there's only one color buffer | Brian Paul | 2009-01-07 | 1 | -2/+9 |
* | i965: init dst reg RelAddr field to zero | Brian Paul | 2009-01-07 | 1 | -1/+2 |
* | i965: Fix failure to upload new constant data when changing programs. | Eric Anholt | 2008-12-03 | 1 | -4/+0 |
* | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul | 2008-09-18 | 1 | -3/+3 |
* | i965: update TexSrcUnit for OPCODE_TXB | Xiang, Haihao | 2008-08-06 | 1 | -0/+5 |
* | i965: Use program->SamplerUnits[] to get the appropriate texture unit. | Xiang, Haihao | 2008-08-05 | 1 | -5/+6 |
* | i965: fix OPCODE_TEX when additional ops are needed | Roland Scheidegger | 2008-06-08 | 1 | -2/+7 |
* | [965] Don't let the negate flags of src0 affect 1 constants in precalc_dst/lit | Eric Anholt | 2008-03-26 | 1 | -14/+21 |
* | [i965] multiple rendering target fix | Zou Nan hai | 2008-03-21 | 1 | -10/+28 |
* | [965] Fix fp temp reg release code to not usually release all temps. | Andrzej Trznadel | 2008-03-17 | 1 | -2/+2 |