Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: remove FEATURE_APPLE_object_purgeable define. | Oliver McFadden | 2012-09-15 | 6 | -12/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_EXT_transform_feedback define. | Oliver McFadden | 2012-09-15 | 12 | -101/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_EXT_texture_sRGB define. | Oliver McFadden | 2012-09-15 | 9 | -35/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_EXT_framebuffer_blit define. | Oliver McFadden | 2012-09-15 | 5 | -21/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_ARB_sync define. | Oliver McFadden | 2012-09-15 | 5 | -51/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_ARB_sampler_objects define. | Oliver McFadden | 2012-09-15 | 4 | -15/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_ARB_pixel_buffer_object define. | Oliver McFadden | 2012-09-15 | 2 | -4/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_ARB_map_buffer_range define. | Oliver McFadden | 2012-09-15 | 3 | -5/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_ARB_framebuffer_object define. | Oliver McFadden | 2012-09-15 | 3 | -12/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_ARB_(fragment|vertex)_program defines. | Oliver McFadden | 2012-09-15 | 9 | -51/+1 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_NV_(fragment|vertex)_program defines. | Oliver McFadden | 2012-09-15 | 7 | -61/+2 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove unused FEATURE_NV_fence define. | Oliver McFadden | 2012-09-15 | 1 | -1/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove unused FEATURE_OES_framebuffer_object define. | Oliver McFadden | 2012-09-15 | 1 | -2/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove unused FEATURE_OES_mapbuffer define. | Oliver McFadden | 2012-09-15 | 1 | -1/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_OES_EGL_image define. | Oliver McFadden | 2012-09-15 | 5 | -9/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_EXT_pixel_buffer_object define. | Oliver McFadden | 2012-09-15 | 3 | -12/+1 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_EXT_framebuffer_object define. | Oliver McFadden | 2012-09-15 | 6 | -18/+1 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_ARB_shader_objects and related defines. | Oliver McFadden | 2012-09-15 | 9 | -48/+1 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_ARB_fragment_shader define. | Oliver McFadden | 2012-09-15 | 3 | -12/+1 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_ARB_vertex_shader define. | Oliver McFadden | 2012-09-15 | 4 | -16/+2 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_OES_draw_texture define. | Oliver McFadden | 2012-09-15 | 5 | -22/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_es2_glsl and related defines. | Oliver McFadden | 2012-09-15 | 2 | -8/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_point_size_array define. | Oliver McFadden | 2012-09-15 | 5 | -11/+1 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove unused FEATURE_extra_context_init define. | Oliver McFadden | 2012-09-15 | 1 | -1/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_texture_s3tc define. | Oliver McFadden | 2012-09-15 | 7 | -50/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_texture_fxt1 define. | Oliver McFadden | 2012-09-15 | 7 | -29/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_rastpos define. | Oliver McFadden | 2012-09-15 | 3 | -18/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_queryobj define. | Oliver McFadden | 2012-09-15 | 5 | -41/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_pixel_transfer define. | Oliver McFadden | 2012-09-15 | 3 | -30/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_feedback define. | Oliver McFadden | 2012-09-15 | 3 | -44/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_evaluators define. | Oliver McFadden | 2012-09-15 | 3 | -26/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_drawpix define. | Oliver McFadden | 2012-09-15 | 3 | -18/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_draw_read_buffer define. | Oliver McFadden | 2012-09-15 | 2 | -8/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_dlist define. | Oliver McFadden | 2012-09-15 | 4 | -39/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_convolve define. | Oliver McFadden | 2012-09-15 | 3 | -18/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_colortable define. | Oliver McFadden | 2012-09-15 | 3 | -32/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_beginend define. | Oliver McFadden | 2012-09-15 | 5 | -41/+1 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_attrib_stack define. | Oliver McFadden | 2012-09-15 | 3 | -30/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_arrayelt define. | Oliver McFadden | 2012-09-15 | 3 | -38/+1 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_accum define. | Oliver McFadden | 2012-09-15 | 3 | -38/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_userclip define. | Oliver McFadden | 2012-09-15 | 3 | -6/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_texgen define. | Oliver McFadden | 2012-09-15 | 3 | -29/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: remove FEATURE_dispatch define. | Oliver McFadden | 2012-09-15 | 2 | -3/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa/fxt1: make fxt1_decode_1 static | Dave Airlie | 2012-09-15 | 1 | -2/+2 |
| | | | | | | | | No users outside this file. Reviewed-by: Matt Turner <[email protected]> Acked-by: Kenneth Graunke <[email protected]> Signed-off-by: Dave Airlie <[email protected]> | ||||
* | mesa/ati_fragshader: no need for opcodes to be global. | Dave Airlie | 2012-09-15 | 1 | -2/+0 |
| | | | | | | | I can't see these in use anywhere outside this file. Reviewed-by: Matt Turner <[email protected]> Signed-off-by: Dave Airlie <[email protected]> | ||||
* | mesa/dxtn: make function pointers static | Dave Airlie | 2012-09-15 | 1 | -4/+4 |
| | | | | | | | | These aren't used outside thie file from what I can see. Reviewed-by: Matt Turner <[email protected]> Acked-by: Kenneth Graunke <[email protected]> Signed-off-by: Dave Airlie <[email protected]> | ||||
* | meta: Refactor handling of GL_MULTISAMPLE. | Paul Berry | 2012-09-14 | 2 | -5/+23 |
| | | | | | | | | | | | | | | | | | In commit 055093e (meta: remove call to _meta_in_progress(), fix multisample enable/disable), we created a meta_set_enable() function that could be used by meta ops to enable and disable GL_MULTISAMPLE even when the GLES API was in use (the GLES API doesn't support GL_MULTISAMPLE; it behaves as if it is always enabled). This created some unfortunate code duplication between meta_set_enable() and the existing _mesa_set_enable() function. This patch eliminates the duplication by creating a _mesa_set_multisample() function, which is used by both meta ops and _mesa_set_enable() to enable/disable GL_MULTISAMPLE. Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | mesa: Add a _mesa_fls() function to find the last bit set in a word. | Kenneth Graunke | 2012-09-12 | 1 | -0/+22 |
| | | | | | | | | | | | ffs() finds the least significant bit set; _mesa_fls() finds the /most/ significant bit. v2: Make it an inline function in imports.h, per Brian's suggestion. Signed-off-by: Kenneth Graunke <[email protected]> Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Matt Turner <[email protected]> | ||||
* | mesa: glGet: fix API check for EGL_image_external enums | Imre Deak | 2012-09-11 | 1 | -6/+9 |
| | | | | | | | | These enums are valid only in ES1 and ES2. So far they were marked valid incorrectly, depending on the previous API mask in the enum list. Signed-off-by: Imre Deak <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
* | mesa: glGet: fix indentation of print_table_stats | Imre Deak | 2012-09-11 | 1 | -9/+9 |
| | | | | | | | No functional change. Signed-off-by: Imre Deak <[email protected]> Signed-off-by: Brian Paul <[email protected]> |