Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: geometry shader can be always enabled and we don't need a cap for that | Zack Rusin | 2009-12-25 | 1 | -2/+0 |
| | | | | | using the draw module allows us to enable geometry shading even on hardware that doesn't support it. | ||||
* | gallium: add geometry shader support to gallium | Zack Rusin | 2009-12-25 | 1 | -0/+2 |
| | |||||
* | softpipe: dont claim to support PIPE_FORMAT_NONE | Keith Whitwell | 2009-12-04 | 1 | -0/+1 |
| | |||||
* | sp: Do not falsely advertise support for some SNORM formats. | Michal Krol | 2009-12-01 | 1 | -0/+4 |
| | |||||
* | sp: Implement separate vertex sampler state. | Michal Krol | 2009-12-01 | 1 | -1/+3 |
| | |||||
* | softpipe: Do not advertise support for L16 and YCBCR formats. | Michal Krol | 2009-09-25 | 1 | -0/+3 |
| | |||||
* | Merge branch 'mesa_7_6_branch' | Brian Paul | 2009-09-24 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: src/mesa/vbo/vbo_exec_array.c | ||||
| * | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul | 2009-09-24 | 1 | -1/+1 |
| |\ | |||||
| | * | softpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256. | Vinson Lee | 2009-09-24 | 1 | -1/+1 |
| | | | |||||
* | | | gallium: Update vendor string. | José Fonseca | 2009-09-23 | 1 | -1/+1 |
| | | | |||||
* | | | gallium: Deprecate PIPE_CAP_S3TC. | José Fonseca | 2009-09-16 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | No longer used. S3TC support is queried via pipe_screen::is_format_supported. | ||||
* | | | softpipe: Do not advertise Z32_UNORM as a supported format. | Michal Krol | 2009-09-16 | 1 | -0/+1 |
|/ / | |||||
* | | gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from ↵ | Patrice Mandin | 2009-07-14 | 1 | -0/+2 |
| | | | | | | | | default extension list | ||||
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-06-26 | 1 | -0/+2 |
|\| | | | | | | | | | | | | | | | Conflicts: Makefile src/gallium/drivers/softpipe/sp_screen.c src/mesa/main/version.h | ||||
| * | softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED query | Brian Paul | 2009-06-26 | 1 | -0/+2 |
| | | |||||
* | | softpipe: advertise PIPE_CAP_MAX_TEXTURE_ANISOTROPY as 16.0 | Brian Paul | 2009-06-08 | 1 | -1/+1 |
| | | | | | | | | | | Note that this doesn't have any real significance since PIPE_CAP_ANISOTROPIC_FILTER still returns 0. | ||||
* | | softpipe: update comments for max texture size | Brian Paul | 2009-05-29 | 1 | -2/+2 |
| | | |||||
* | | softpipe: increase max 2D/cube texture size to 4K x 4K | Brian Paul | 2009-05-29 | 1 | -2/+2 |
|/ | |||||
* | softpipe: add texture target sanity check assertion | Brian Paul | 2009-05-18 | 1 | -0/+5 |
| | |||||
* | gallium: initialize simple screen in drivers | Zack Rusin | 2009-01-31 | 1 | -0/+2 |
| | |||||
* | gallium: make p_winsys internal | Zack Rusin | 2009-01-30 | 1 | -1/+1 |
| | | | | | move it to pipe/internal/p_winsys_screen.h and start converting the state trackers to the screen usage | ||||
* | softpipe: increase number of texture samplers/units to PIPE_MAX_SAMPLERS (16) | Brian Paul | 2009-01-02 | 1 | -2/+2 |
| | |||||
* | gallium: added PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS query | Brian | 2008-12-04 | 1 | -0/+2 |
| | |||||
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 1 | -1/+1 |
| | | | | Also, rename p_tile.[ch] to u_tile.[ch] | ||||
* | gallium: Add destroy callback to all *_winsys interfaces. | José Fonseca | 2008-08-08 | 1 | -0/+5 |
| | | | | For consistency and to simplify these objects' destruction. | ||||
* | gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEAT | Brian Paul | 2008-08-06 | 1 | -0/+4 |
| | | | | | Check for these caps in state tracker and enable corresponding GL extensions if supported. | ||||
* | gallium: Finer grained is_format_supported. | José Fonseca | 2008-07-19 | 1 | -15/+11 |
| | |||||
* | softpipe: DXT formats not really supported. | José Fonseca | 2008-07-16 | 1 | -4/+9 |
| | |||||
* | gallium: tex surface checkpoint | Keith Whitwell | 2008-05-01 | 1 | -10/+12 |
| | |||||
* | gallium: fix PIPE_CAP_MAX_RENDER_TARGETS query | Brian | 2008-04-14 | 1 | -1/+1 |
| | |||||
* | gallium: move is_format_supported() to pipe_screen struct | Brian | 2008-02-27 | 1 | -0/+24 |
| | |||||
* | gallium: implement pipe_screen for softpipe driver | Brian | 2008-02-27 | 1 | -0/+141 |