r300: SetTex extension support
[mesa.git] / src / mesa / drivers / dri / r300 / r300_context.h
2008-11-14 Jerome Glisser300: SetTex extension support
2008-11-14 Jerome Glisser300: cs + DRI2 support
2008-11-14 Jerome Glisser300: bo and cs abstraction.
2008-09-18 Brian Paulmesa: added "main/" prefix to includes, remove some...
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-07-27 Nicolai Haehnler300: Implement hardware acceleration for ColorLogicOp
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-12 Nicolai Haehnler300_fragprog: Use nqssa+dce and program_pair for emit
2008-07-12 Nicolai Haehnler500_fragprog: Major refactoring of final emit
2008-07-06 Nicolai Haehnler300: Allow adding parameters during fragprog transform...
2008-06-29 Nicolai Haehnler300: Cleanup LodBias support
2008-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-16 Corbin Simpsonr300: Fix new incarnation of bug 3195.
2008-06-14 Corbin Simpsonr5xx: FP refactor, take one.
2008-06-14 Nicolai Haehnler300: Implement GL_ARB_shadow and GL_EXT_shadow_funcs
2008-06-14 Nicolai Haehnler300: Do not include r300_fragprog.h from r300_context...
2008-06-14 Nicolai Haehnler300_fragprog: Refactoring and cleanup
2008-06-13 Nicolai Haehnler300/r500: Separate fragprog compiler structures
2008-06-07 Nicolai Haehnler300: Some cleanups in depth and stencil state handling
2008-06-06 Nicolai Haehnler300: Remove unused variable r300_tex_obj::dirty_state...
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-06-01 Corbin Simpsonr5xx: Enable depth write emission.
2008-06-01 Nicolai Haehnler300: Writing to result.depth in fragment programs...
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-28 Dave Airlier500: cleanup warnings and include files
2008-05-27 Dave Airlier500: the cs is shared per context - doh so don't use...
2008-05-27 Dave Airlier300/r500: emit flush inside vap_cntl state atom
2008-05-22 Dave Airlier500: bump state atom size up for fp and fp constants
2008-05-17 Alex Deucherr500: write out the correct FP registers
2008-05-12 Alex DeucherMerge branch 'r500-support' of git+ssh://agd5f@git...
2008-05-07 Corbin Simpsonr5xx: Index inputs and temps.
2008-05-05 Dave Airlier500: make sure we emit max temp atom.
2008-05-03 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-03 Corbin SimpsonMerge branch 'r500-support' into r500test
2008-05-02 Corbin SimpsonMerge branch 'r345-cleanup' of git://people.freedesktop...
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-02 Dave Airlier500: setup fragment program constant emission atom
2008-05-02 Dave Airliemore r500 vs r300 kickin
2008-05-02 Dave Airliesome basic r500 portage
2008-05-02 Corbin SimpsonInitial r5xx fragment program compiler support.
2008-05-02 Dave Airlier500: setup fragment program constant emission atom
2008-05-02 Dave Airliemore r500 vs r300 kickin
2008-05-02 Dave Airliesome basic r500 portage
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-28 Dave Airlier300: move to using RS_INST names
2008-03-21 Dave Airlier500: setup fragment program constant emission atom
2008-03-19 Dave Airliemore r500 vs r300 kickin
2008-03-17 Dave Airliesome basic r500 portage
2008-02-27 Markus Amslerr300: add artificial output to match fragment program...
2008-02-25 Christoph Brill[r300] Add more struct names for r300_hw_state
2008-02-25 Christoph Brill[r300] rename all unkown structs r300_hw_state to reada...
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-05 Oliver McFaddenRenamed the R300_VAP_UNKNOWN_221C to R300_VAP_CLIP_CNTL.
2007-11-05 Dave Airlier300: initial user clipping for TCL paths
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-18 Oliver McFaddenr300: Cleaned up vertprog construction.
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-16 Oliver McFaddenr300: Use the R300_PVS_UPLOAD_* defines.
2007-07-16 Oliver McFaddenr300: Replaced the ugly VERTEX_SHADER_INSTRUCTION typedef.
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-05 Eric AnholtMerge branch 'i915-unification' of git+ssh://people...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-24 Oliver McFaddenr300: Initial work on merging the real and generated...
2007-06-24 Oliver McFaddenr300: Vertex program position end bits are known.
2007-06-24 Oliver McFaddenr300: Removed unused vap_param structure.
2007-06-21 Eric AnholtMerge branch 'origin' into i915-unification
2007-06-14 Dave AirlieInitial r300 modes for swtcl it compiles!!
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-30 Oliver McFaddenr300: Document registers 0x2220 to 0x2230.
2007-05-30 Oliver McFaddenr300: Removed the (completely broken since new VBO...
2007-05-26 Oliver McFaddenr300: Removed duplicate AOS format defines; already...
2007-05-26 Oliver McFaddenr300: Removed unused aos_reg variable.
2007-05-25 Oliver McFaddenr300: Cleaned up t_vir0 and t_vir1 slightly.
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-22 Michel Dänzerr300: Implement SetTexOffset hook.
2007-05-20 Oliver McFaddenr300: Just use "inline" rather than "__inline__".
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-17 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-05-17 Tommy Schultz Lassenr300: Removed the radeon_vertex_buffer structure.
2007-05-13 Oliver McFaddenr300: Enable the non-user-buffers code to compile.
2007-05-13 Oliver McFaddenr300: Removed the unused r300_aos_rec (replaced by...
2007-05-11 Oliver McFaddenr300: Removed unused FORCE_32BITS_ELTS define.
2007-05-11 Oliver McFaddenr300: Removed the unused CPT macro.
2007-05-11 Oliver McFaddenr300: Moved r300PackFloat24 near r300PackFloat32.
2007-05-09 Oliver McFaddenr300: Added some more Doxygen documentation and made...
2007-05-09 Oliver McFaddenr300: Removed the "texmicrotile" variable; the tiling...
2007-05-09 Oliver McFaddenr300: Cleaned up radeon_context.h slightly; mostly...
2007-05-09 Oliver McFaddenr300: Renamed the R300 memory manager from "radeon...
2007-05-09 Oliver McFaddenr300: Removed the dangerous R300_SPAN_DISABLE_LOCKING...
2007-05-09 Christoph Billr300: Added some Doxygen comments.
2007-05-09 Oliver McFaddenr300: Removed the deprecated VTXFMT code.
2007-05-09 Oliver McFaddenr300: Fixed some more function names.
2007-05-09 Oliver McFaddenr300: Changed r300_run_vb_render calls to r300RunRender...
next