aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200
Commit message (Collapse)AuthorAgeFilesLines
...
* | radeon/r200/r300: set the texture depth correctly for DRI2Dave Airlie2009-03-241-6/+0
| |
* | Merge branch 'radeon-fbo-hacking' into radeon-rewriteDave Airlie2009-03-235-260/+47
|\ \
| * | raedon/r200/r300: mega-FBO commits.Dave Airlie2009-03-235-258/+34
| | | | | | | | | | | | | | | | | | Re work depth issues. Do a lot more FBO abstactions fixup depth/stencil buffer interactions
| * | r200: fix for sureDave Airlie2009-03-211-1/+1
| | |
| * | radeon/r200: oops make correct fbo init callsDave Airlie2009-03-211-1/+1
| | |
| * | radeon/r200: add fbo initDave Airlie2009-03-211-0/+1
| | |
| * | radeon/r200: add fbo state changesDave Airlie2009-03-211-2/+12
| | |
* | | radeon/r200/r300: add support for new tfp interfaceDave Airlie2009-03-222-3/+18
|/ / | | | | | | also fixup old interface, gets rid of white boxes in compiz
* | Merge remote branch 'main/master' into radeon-rewriteDave Airlie2009-03-203-21/+25
|\| | | | | | | | | | | | | | | | | Conflicts: src/mesa/drivers/dri/r300/r300_cmdbuf.c src/mesa/drivers/dri/r300/r300_state.c src/mesa/drivers/dri/r300/r300_swtcl.c src/mesa/drivers/dri/r300/radeon_ioctl.c src/mesa/drivers/dri/radeon/radeon_screen.c
| * mesa: gl_register_file enum typedefBrian Paul2009-03-071-1/+1
| |
| * mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul2009-03-021-1/+1
| |
| * mesa: re-org texgen stateBrian Paul2009-02-211-19/+23
| | | | | | | | New gl_texgen struct allows quite a bit of code reduction.
* | radeon/r200/r300: cleanup some of the renderbuffer codeDave Airlie2009-03-191-1/+1
| |
* | r200: enable hw clearsDave Airlie2009-03-102-19/+234
| |
* | r300: move firevertices out into the main place its needed.Dave Airlie2009-03-091-1/+0
| | | | | | | | This fixes a hang on context destruction on rs690
* | r200: cs emit state fixupsDave Airlie2009-03-061-4/+6
| |
* | r200: remove depth check for dri2Dave Airlie2009-03-061-4/+1
| |
* | r200: temporary sw clear codeDave Airlie2009-03-061-1/+18
| |
* | radeon: use t->bo to figure out of settexbuffer override is in actionDave Airlie2009-03-051-0/+4
| |
* | r200: port over state emits for kms from radeonDave Airlie2009-03-051-10/+67
| | | | | | | | this needs testing on real hw
* | r200: add set tex buffer supportDave Airlie2009-03-062-0/+105
| |
* | radeon: refactor framebuffer code like intelDave Airlie2009-03-033-87/+11
| | | | | | | | | | this is a step towards fbos and should fix pageflipping, but I think the first flip seems broken.
* | r200: fixup emit sizes for kmsDave Airlie2009-02-271-0/+6
| |
* | r200: port over cs emit changes from radeonDave Airlie2009-02-271-88/+48
| |
* | radeon/r200: drop legacy texture heap codeDave Airlie2009-02-171-53/+0
| |
* | radeon/r200: fixup texturing aging callsDave Airlie2009-02-171-3/+2
| |
* | radeon/r200: drop dirty state from texture object + pp_txoffsetDave Airlie2009-02-173-25/+4
| | | | | | | | this is just more code cleanup for old dead code
* | r200: align with r100 codeDave Airlie2009-02-171-3/+2
| |
* | radeon: add cflags to decide whether to link libdrm_radeon or not.Dave Airlie2009-02-151-1/+3
| | | | | | | | | | You don't need libdrm_radeon for the legacy driver to build, only for the experimental mm/cs paths.
* | radeon-common: Fix crash in glGetTexImageNicolai Haehnle2009-02-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Since texture images are now stored in miptrees, we cannot usually access them directly via the Data pointer. So we wrap Mesa's implementation by map/unmap calls. This crash was triggered by Sauerbraten, Piglit now contains a regression test. Signed-off-by: Nicolai Haehnle <[email protected]>
* | r200: fixup cube emit debugDave Airlie2009-02-141-2/+1
| |
* | r200: fix another cmdbuf sizing issueDave Airlie2009-02-141-1/+1
| |
* | radeon/r200: make setTexOffset work againDave Airlie2009-02-131-1/+2
| |
* | radeon/r200: fix set tex offset functionsDave Airlie2009-02-131-3/+1
| |
* | r200: update with changes from r100 driver for texture stateDave Airlie2009-02-131-2/+44
| |
* | r200: port over state emit fix from r100Dave Airlie2009-02-131-2/+4
| |
* | r200: fixup some CS emission sizesDave Airlie2009-02-133-2/+3
| |
* | r200: use correct finish interfaceDave Airlie2009-02-135-6/+4
| |
* | Merge remote branch 'origin/master' into radeon-rewriteDave Airlie2009-02-131-8/+2
|\| | | | | | | | | | | | | Conflicts: configure.ac src/mesa/drivers/dri/r200/r200_context.c src/mesa/drivers/dri/r300/r300_render.c
| * Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-0/+2
| | | | | | | | Signed-off-by: Ian Romanick <[email protected]>
| * Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick2009-01-281-2/+0
| | | | | | | | Signed-off-by: Ian Romanick <[email protected]>
| * Make GL_ARB_vertex_buffer_object mandatoryIan Romanick2009-01-281-2/+0
| | | | | | | | Signed-off-by: Ian Romanick <[email protected]>
| * Make GL_ARB_multisample mandatoryIan Romanick2009-01-281-2/+0
| | | | | | | | Signed-off-by: Ian Romanick <[email protected]>
| * Make GL_ARB_texture_compression mandatoryIan Romanick2009-01-281-2/+0
| | | | | | | | Signed-off-by: Ian Romanick <[email protected]>
* | radeon/r200/r300: make build again with tracker changesDave Airlie2009-02-131-0/+1
| |
* | radeon: remove depends on libdrm_radeon for now.Dave Airlie2009-02-121-1/+1
| | | | | | | | | | will fixup makefiles later to detect and use libdrm_Radeon in proper places
* | radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie2009-02-124-5/+3
| |
* | r200/r300: get up to speed on renamed filesDave Airlie2009-02-128-71/+34
| |
* | r100/r200: fix front rendering issue.Dave Airlie2009-02-121-0/+1
| |
* | radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-1210-306/+72
| | | | | | | | | | | | | | | | This merges lots of the hw state atom emission and firevertices code. it also removes a lot of the extra radeon crap from r300 and merge scissor