Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-02 | Merge commit 'mesa_7_6_branch' into mesa_7_7_branch | Jakob Bornecrantz | |
Conflicts: src/mesa/main/version.h | |||
2009-12-03 | r200: fix polygon stipple | Alex Deucher | |
fixes fdo bug 25354 Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2009-11-17 | r200: align for mipmap tree changes | Maciej Cencora | |
2009-10-08 | mesa: remove a bunch of gl_renderbuffer fields | Brian Paul | |
_ActualFormat is replaced by Format (MESA_FORMAT_x). ColorEncoding, ComponentType, RedBits, GreenBits, BlueBits, etc. are all replaced by MESA_FORMAT_x queries. | |||
2009-09-01 | radeon: fix r100/r200 polygon stipple under kms | Dave Airlie | |
There really need to use state emits under kms, otherwise we end up with some dwords in the command buffer before we've ever emitted any useful state. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2009-09-01 | r200: emit cube for kms correctly + fix tex emit reset | Dave Airlie | |
CS checker found some issues. | |||
2009-08-26 | radeon/r200: OQ support for r200 in theory. | Dave Airlie | |
this is an untested port of the r100 OQ code | |||
2009-08-26 | r200: Add scissor to state atom list. | Pauli Nieminen | |
Scissors are jsut one of states that we have to emit so it should be in state list | |||
2009-08-21 | r200: Fix atom->check call to return emit size for atom. | Pauli Nieminen | |
This patch makes render emit size prediction count the corect maximum emit size for state. Signed-off-by: Pauli Nieminen <suokkos@gmail.com> | |||
2009-08-05 | r200: emit colorpitch | Dave Airlie | |
2009-08-05 | r200: fix off-by-one errors causing 6th texture unit to not work | Roland Scheidegger | |
both for normal and cube textures, this fixes demos/multiarb (with 6 enabled texture units) and fixes #23142. | |||
2009-08-05 | r200: fix compiler warning (unused var) | Roland Scheidegger | |
2009-07-14 | radeon: Differentiate 16 bpp destination formats. | Michel Dänzer | |
Fixes those formats in fbo_firecube. Only tested with r300, radeon and r200 compile tested only. | |||
2009-06-26 | r200: only emit unitneeded textures | Dave Airlie | |
2009-06-19 | r200: fix cube maps for non-mm path | Roland Scheidegger | |
drm cmd checker rightfully fell over any cube emit | |||
2009-05-25 | r200: fix multitexturing in dri2 path | Jerome Glisse | |
2009-05-20 | r200: fix indexed draw color order and cs missmatch | Jerome Glisse | |
2009-05-06 | r200: fix cubic emission. | Dave Airlie | |
Still doesn't fix cubemaps, I really missed the whole drmsupports thing when testing this all originally | |||
2009-05-05 | r200: fix some cube map issues | Roland Scheidegger | |
remove the r100-ism of swapping cube faces which doesn't apply to r200, and also use precalculated offsets. Note that cube textures will still not work on r100 and r200 since mipmap layout is level-first order (for r300) whereas r100/r200 require face-first (and possibly also 2k alignment for face at least with tiling). | |||
2009-05-05 | r200: fix another section size mismatch | Roland Scheidegger | |
2009-05-05 | r200: fix CS section size mismatch (bug 21565) | Roland Scheidegger | |
2009-04-02 | radeon/r200/r300: collapse context destruction down to a common path. | Dave Airlie | |
Context destruction was nearly the same over all the drivers, so collapse it down. | |||
2009-03-31 | r200: fix veclinear emission | Dave Airlie | |
2009-03-23 | raedon/r200/r300: mega-FBO commits. | Dave Airlie | |
Re work depth issues. Do a lot more FBO abstactions fixup depth/stencil buffer interactions | |||
2009-03-06 | r200: cs emit state fixups | Dave Airlie | |
2009-03-06 | r200: remove depth check for dri2 | Dave Airlie | |
2009-03-05 | r200: port over state emits for kms from radeon | Dave Airlie | |
this needs testing on real hw | |||
2009-02-27 | r200: fixup emit sizes for kms | Dave Airlie | |
2009-02-27 | r200: port over cs emit changes from radeon | Dave Airlie | |
2009-02-17 | radeon/r200: drop dirty state from texture object + pp_txoffset | Dave Airlie | |
this is just more code cleanup for old dead code | |||
2009-02-14 | r200: fixup cube emit debug | Dave Airlie | |
2009-02-13 | radeon/r200: make setTexOffset work again | Dave Airlie | |
2009-02-13 | r200: port over state emit fix from r100 | Dave Airlie | |
2009-02-13 | r200: fixup some CS emission sizes | Dave Airlie | |
2009-02-12 | r200/r300: get up to speed on renamed files | Dave Airlie | |
2009-02-12 | radeon/r200/r300: another big merge upheavel. | Dave Airlie | |
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 | |||
2009-01-29 | r200: re-write state handlers for new CS mechanism | Dave Airlie | |
2009-01-23 | radeon: remove some debugging | Dave Airlie | |
2009-01-22 | r200: fix cubemaps | Dave Airlie | |
2009-01-22 | r200/r300: port r200 texture handling to common code | Dave Airlie | |
we now get texrect + trivial textures working | |||
2009-01-21 | r200: make tri render on my r200. | Dave Airlie | |
2009-01-20 | r200: clear is working at least - not much else | Dave Airlie | |
2009-01-15 | r100/r200: move to new atom style emission | Dave Airlie | |
2009-01-14 | radeon/r200/r300: attempt to move lock to common code | Dave Airlie | |
2009-01-14 | radeon/r200/r300: initial attempt to convert to common context code | Dave Airlie | |
2009-01-14 | radeon/r200: move more stuff closer together in context | Dave Airlie | |
2009-01-14 | radeon/r200: move state atom to common header | Dave Airlie | |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from ↵ | Brian Paul | |
Makefile.template | |||
2007-05-17 | remove CVS/XFree86 keywords | Christoff Brill | |
2006-10-31 | remove vtxfmt code, switch over to vbo | Keith Whitwell | |