Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-07 | r600g: correctly report supported vertex formats | Marek Olšák | |
2011-01-15 | r600g: Get rid of r600_translate_vertex_data_type(). | Henri Verbeet | |
This has been replaced with r600_vertex_data_type(). | |||
2010-11-27 | r600g: Fix the PIPE_FORMAT_L8A8_UNORM color swaps. | Henri Verbeet | |
2010-11-22 | r600g: pick correct color swap for A8 fbos. | Dave Airlie | |
This fixes fdo bug 31810. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-11-09 | r600g: attempt to turn on DXTn formats | Keith Whitwell | |
Seems to sort-of work for non-mipmapped textures. Better than just black anyway. | |||
2010-10-18 | r600g: switch to a common formats.h file since they are in different regs | Dave Airlie | |
2010-10-08 | r600g: add some RG texture format support. | Dave Airlie | |
2010-10-01 | r600g: fixup vertex format picking. | Dave Airlie | |
there are some vertex formats defined in r600c not in the docs. | |||
2010-09-30 | r600g: add L8A8 unorm. | Dave Airlie | |
fixes texEnv warnings. | |||
2010-09-24 | r600g: Silence 'control reaches end of non-void function' warning. | Vinson Lee | |
Fixes this GCC warning. r600_hw_states.c: In function 'r600_translate_fill': r600_state_inlines.h:136: warning: control reaches end of non-void function | |||
2010-09-24 | r600g: fix polygon mode | Dave Airlie | |
this fixes glean'pointSprite test. | |||
2010-09-24 | r600g: fixup tex wrapping. | Dave Airlie | |
the clamp edge/clamp cases were reversed. | |||
2010-09-24 | r600g: some more vertex formats | Dave Airlie | |
2010-09-24 | r600g: add some more vertex format support. | Dave Airlie | |
adds the sscaled formats, this passes some more of the draw-vertices tests. | |||
2010-09-24 | r600g: add vert support for 16/16 and 16/16/16 floats. | Dave Airlie | |
makes draw-vertices-half-float pass | |||
2010-09-20 | r600g: add color/texture support for more depth formats. | Dave Airlie | |
2010-09-20 | r600g: add z16 to color setup | Dave Airlie | |
2010-09-03 | r600g: move lots of state inline helpers to separate header. | Dave Airlie | |
this gets them out of sight of the main codeflow. | |||
2010-09-02 | r600g: add missing vertex fetch formats to the translation table. | Dave Airlie | |
fixes at least 2 more piglits. | |||
2010-08-24 | r600g: Add support for PIPE_FORMAT_R32_FLOAT. | Henri Verbeet | |
2010-08-22 | r600g: fix DB decompression | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-08-12 | r600g: fix typo in stencil translate. | Dave Airlie | |
fixes piglit stencil-twoside and stencil-wrap | |||
2010-08-12 | r600g: improve texture format checker. | Dave Airlie | |
This takes the r300g texture format checker and fixes it up for r600g, it passes glean texSwizzle, pixelformats, and texture_srgb tests, however I think it L8S8_SRGB is broken as is L8_SRGB, need to investigate. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-08-06 | r600g: fix color format, indentation, defines | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-08-06 | r600g: add SRGB support. | Dave Airlie | |
This enables GL2.1 and passes glean's texture_srgb test. | |||
2010-08-06 | r600g: fixup z format translations. | Dave Airlie | |
this enables GL_EXT_packed_depth_stencil. fbo-d24s8 passes | |||
2010-08-06 | r600g: improve supported format selection. | Dave Airlie | |
This fixes fbo-readpixels piglit test, and adds support for swapping the formats. Not all formats are correct yet I don't think. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-08-04 | r600g: always perform texture perspective divide + fix blending | Jerome Glisse | |
quake3 engine seems to run fine at this point (ioquake) Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-08-02 | r600g: add autogenerated reg definition + debug print cleanup | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-08-02 | r600g: add stencil op/func translation | Dave Airlie | |
2010-08-02 | r600g: add initial blend state. | Dave Airlie | |
migrates cb_cntl to be regenerated |