aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_screen.c
Commit message (Collapse)AuthorAgeFilesLines
* gallium: geometry shader can be always enabled and we don't need a cap for thatZack Rusin2009-12-251-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 galliumZack Rusin2009-12-251-0/+2
|
* softpipe: dont claim to support PIPE_FORMAT_NONEKeith Whitwell2009-12-041-0/+1
|
* sp: Do not falsely advertise support for some SNORM formats.Michal Krol2009-12-011-0/+4
|
* sp: Implement separate vertex sampler state.Michal Krol2009-12-011-1/+3
|
* softpipe: Do not advertise support for L16 and YCBCR formats.Michal Krol2009-09-251-0/+3
|
* Merge branch 'mesa_7_6_branch'Brian Paul2009-09-241-1/+1
|\ | | | | | | | | | | Conflicts: src/mesa/vbo/vbo_exec_array.c
| * Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-241-1/+1
| |\
| | * softpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256.Vinson Lee2009-09-241-1/+1
| | |
* | | gallium: Update vendor string.José Fonseca2009-09-231-1/+1
| | |
* | | gallium: Deprecate PIPE_CAP_S3TC.José Fonseca2009-09-161-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 Krol2009-09-161-0/+1
|/ /
* | gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from ↵Patrice Mandin2009-07-141-0/+2
| | | | | | | | default extension list
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-261-0/+2
|\| | | | | | | | | | | | | | | Conflicts: Makefile src/gallium/drivers/softpipe/sp_screen.c src/mesa/main/version.h
| * softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul2009-06-261-0/+2
| |
* | softpipe: advertise PIPE_CAP_MAX_TEXTURE_ANISOTROPY as 16.0Brian Paul2009-06-081-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 sizeBrian Paul2009-05-291-2/+2
| |
* | softpipe: increase max 2D/cube texture size to 4K x 4KBrian Paul2009-05-291-2/+2
|/
* softpipe: add texture target sanity check assertionBrian Paul2009-05-181-0/+5
|
* gallium: initialize simple screen in driversZack Rusin2009-01-311-0/+2
|
* gallium: make p_winsys internalZack Rusin2009-01-301-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 Paul2009-01-021-2/+2
|
* gallium: added PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian2008-12-041-0/+2
|
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
| | | | Also, rename p_tile.[ch] to u_tile.[ch]
* gallium: Add destroy callback to all *_winsys interfaces.José Fonseca2008-08-081-0/+5
| | | | For consistency and to simplify these objects' destruction.
* gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEATBrian Paul2008-08-061-0/+4
| | | | | Check for these caps in state tracker and enable corresponding GL extensions if supported.
* gallium: Finer grained is_format_supported.José Fonseca2008-07-191-15/+11
|
* softpipe: DXT formats not really supported.José Fonseca2008-07-161-4/+9
|
* gallium: tex surface checkpointKeith Whitwell2008-05-011-10/+12
|
* gallium: fix PIPE_CAP_MAX_RENDER_TARGETS queryBrian2008-04-141-1/+1
|
* gallium: move is_format_supported() to pipe_screen structBrian2008-02-271-0/+24
|
* gallium: implement pipe_screen for softpipe driverBrian2008-02-271-0/+141