mesa/main: Add more OpenGL ES types to glheader.h.
[mesa.git] / src / mesa / drivers / dri / i965 /
2009-09-08 Eric Anholti965: Add support for ARB_depth_clamp.
2009-09-08 Eric Anholti965: Respect spec requirement for pixel shader compute...
2009-09-08 Eric Anholti965: Set NULL WM surfaces as tiled according to requir...
2009-09-08 Eric Anholti965: Use the renderbuffer surface size instead of...
2009-09-08 Brian Pauli965: #include clean-ups
2009-09-08 Brian Pauli965: use _mesa_is_bufferobj()
2009-09-08 Brian Pauli965: fix incorrect test for vertex position attribute
2009-09-06 Nicolai HähnleMerge branch 'master' into r300-compiler
2009-09-04 Eric Anholtintel: Also get the DRI2 front buffer when doing front...
2009-09-04 Eric Anholtintel: Update Mesa state before span setup in glReadPixels.
2009-09-04 Eric Anholti965: Don't set the complete field when there is more...
2009-09-04 Eric Anholti965: Add support for 2 threads in the GS.
2009-09-04 Eric Anholti965: Add support for KIL_NV in brw_wm_emit.c
2009-09-04 Eric Anholti965: Add missing state dependency of sf_unit on _NEW_B...
2009-09-04 Eric Anholtintel: Align cubemap texture height to its padding...
2009-09-04 Eric Anholti965: Fix source depth reg setting for FSes reading...
2009-09-04 Eric Anholti965: Respect CondSwizzle in OPCODE_IF.
2009-09-04 Brian Pauli965: asst clean-ups, etc in brw_vs_emit()
2009-09-04 Eric Anholti965: Emit conditional code updates as required for...
2009-09-04 Eric Anholti965: Spell "conditional" correctly.
2009-09-04 Eric Anholti965: Fix RECT shadow sampling by not losing the other...
2009-09-04 Eric Anholti965: Assert that the offset in the VBO is below the...
2009-09-04 Eric Anholti965: Even if no VS inputs are set, still load some...
2009-09-04 Eric Anholti965: Make sure the VS URB size is big enough to fit...
2009-09-04 Eric Anholti965: Don't emit bad packets when no VBs are referenced.
2009-09-04 Eric Anholti965: Calculate enabled[] and nr_enabled once and re...
2009-09-04 Eric Anholti965: Set the max index buffer address correctly accord...
2009-09-04 Brian Pauli965: rename var: s/tmp/vs_inputs/
2009-09-03 Eric Anholtintel: Add support for ARB_sync.
2009-09-02 Eric AnholtRevert "i965: Use VBOs in the VBO module on 965, now...
2009-09-02 Xiang, Haihaoi965: CS FENCE in URB_FENCE is 11-bits wide
2009-09-02 Xiang, Haihaoi965: validate sf state
2009-08-30 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-08-29 Eric Anholti965: Fix segfault with ARB_oq CheckQuery when results...
2009-08-29 Eric Anholti965: Support PROGRAM_ENV_PARAMs in brw_vs_emit.c
2009-08-28 Eric Anholti965: Use VBOs in the VBO module on 965, now that we...
2009-08-28 Eric Anholti965: Implement ARB_oq CheckQuery in the intended way.
2009-08-27 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-27 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-27 Ian Romanicki965: Increase assmebly shader program parameter limits
2009-08-27 Ian RomanickARB prog: Change handling of program parameter limits
2009-08-26 Pauli NieminenMerge branch 'fix_r300_swtcl' into push_master
2009-08-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-26 Brian Pauli965: init the tex_units_used field
2009-08-26 Brian Pauli965: fix incorrect tex unit in emit_tex() and emit_txb()
2009-08-26 Brian Pauli965: clean-up tex target switches
2009-08-26 Brian Pauli965: added texture unit sanity check
2009-08-26 Brian Pauli965: keep track of which texture units the fragment...
2009-08-26 Brian Pauli965: clean up texture target switches
2009-08-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-25 Brian Pauli965: add some texture unit/target assertions
2009-08-23 Pauli NieminenMerge branch 'master' of ssh://git.freedesktop.org...
2009-08-22 Ian Romanicki965: Implement frag prog DPH like DP4
2009-08-21 Ian RomanickMerge branch 'asm-shader-rework-1'
2009-08-19 Eric Anholtintel: Fix failure to commit -a --amend before last...
2009-08-19 Eric Anholtintel: Align cubemap texture height to its padding...
2009-08-18 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-18 Ian RomanickMerge branch 'master' into asm-shader-rework-1
2009-08-15 Roland Scheideggeri965: disable bounds checking on arrays with stride 0
2009-08-14 Ian Romanicki965: Add support for GL_ARB_seamless_cube_map
2009-08-14 Maciej CencoraMerge branch 'vbo_clean'
2009-08-14 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-13 Keith WhitwellMerge branch 'mesa_7_5_branch'
2009-08-13 Xiang, Haihaoi965: fix cube map on IGDNG
2009-08-13 Brian PaulMerge branch 'new-frag-attribs'
2009-08-12 Eric Anholti965: Make the cube mapping RCP use a writemask.
2009-08-12 Eric Anholti965: Allocate destination registers for GLSL TEX instr...
2009-08-12 Eric Anholti965: drop dead scalar handling in GLSL.
2009-08-12 Eric Anholti965: Correct brw_wm_nr_args for WM_DELTAXY and WM_PIXELXY.
2009-08-12 Eric Anholti965: Drop GLSL ABS code, which is translated away...
2009-08-12 Eric Anholti965: Drop code for emitting OPCODE_SUB, since brw_wm_f...
2009-08-12 Eric Anholti965: Store the dispatch width in the WM compile struct.
2009-08-12 Eric Anholti965: Handle scalar result swizzling in shared GLSL...
2009-08-12 Eric Anholti965: Flag ARL-using programs as requiring brw_wm_glsl.c
2009-08-12 Eric Anholti965: Remove some unused WM opcode args.
2009-08-12 Eric Anholti965: Avoid re-uploading the index buffer when we don...
2009-08-12 Eric Anholtvbo: Avoid extra validation of DrawElements.
2009-08-12 Eric Anholti965: Use _MaxElement instead of index-calculated min...
2009-08-08 Eric Anholti965: Add a note justifying domain choice for the SF VP.
2009-08-08 Eric Anholti965: Replace the subroutine-skipping jump in VS with...
2009-08-07 Brian Pauli965: minor context comments
2009-08-06 Eric Anholti965: Fix source depth reg setting for FSes reading...
2009-08-05 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-05 Eric Anholti965: Fix dangerous warning I let slip in.
2009-08-05 Eric Anholti965: Respect CondSwizzle in OPCODE_IF.
2009-08-05 Eric Anholti965: Emit conditional code updates as required for...
2009-08-05 Eric Anholti965: Don't set pop_count in the reserved MBZ area...
2009-08-05 Eric Anholti965: Print out ELSE and ENDIF src1 arguments like...
2009-08-04 Eric Anholtintel: Add support for EXT_provoking_vertex.
2009-08-04 Eric Anholti965: Spell "conditional" correctly.
2009-08-04 Eric Anholti965: Hook up the disassembler for INTEL_DEBUG={wm...
2009-08-04 Eric Anholti965: Initial import of disasm code from intel-gen4asm.
2009-08-04 Eric Anholti965: warning fix
2009-08-04 Eric Anholti965: Fix RECT shadow sampling by not losing the other...
2009-08-04 Eric Anholti965: Assert that the offset in the VBO is below the...
2009-08-04 Eric Anholti965: Even if no VS inputs are set, still load some...
2009-08-04 Eric Anholti965: Make sure the VS URB size is big enough to fit...
2009-08-04 Eric Anholti965: Don't emit bad packets when no VBs are referenced.
2009-08-04 Eric Anholti965: Calculate enabled[] and nr_enabled once and re...
2009-08-02 Corbin SimpsonMerge commit 'nha/r300-compiler-gallium'
next