Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: check FEATURE_point_size_array | Brian Paul | 2008-06-28 | 1 | -0/+2 |
| | |||||
* | gallium: handle msaa | Roland Scheidegger | 2008-06-27 | 1 | -0/+1 |
| | |||||
* | mesa: point size arrays | Brian Paul | 2008-06-25 | 9 | -5/+102 |
| | |||||
* | mesa: Use standard integer types. | José Fonseca | 2008-06-24 | 4 | -33/+37 |
| | | | | Especially get rid of the non-portable long long. | ||||
* | mesa: Replace deprecated __MSC__ macro. | José Fonseca | 2008-06-24 | 1 | -1/+1 |
| | |||||
* | mesa: More signed/unsigned float/integer fixes. | José Fonseca | 2008-06-24 | 2 | -18/+18 |
| | |||||
* | mesa: Use appropriate unsigned/signed, float/integer types. | José Fonseca | 2008-06-24 | 1 | -2/+2 |
| | |||||
* | mesa: Use _mesa_bsearch. | José Fonseca | 2008-06-24 | 1 | -4/+4 |
| | |||||
* | mesa: bsearch implementation for WinCE. | José Fonseca | 2008-06-24 | 1 | -1/+18 |
| | |||||
* | mesa: Move variable declarations to the scope top. | José Fonseca | 2008-06-24 | 1 | -5/+4 |
| | |||||
* | mesa: ASSERT macro is already defined by WinCE headers. | José Fonseca | 2008-06-24 | 1 | -0/+2 |
| | | | | Even when just the standard headers are used.... | ||||
* | gallium: s/feadback/feedback/, duh | Brian | 2008-06-20 | 1 | -2/+2 |
| | |||||
* | mesa: init ctx->RenderMode | Brian Paul | 2008-06-20 | 1 | -0/+2 |
| | |||||
* | mesa: GL_BYTE vertex/texcoord arrays | Brian Paul | 2008-06-20 | 2 | -0/+11 |
| | |||||
* | mesa: initial support for fixed-pt vertex arrays | Brian Paul | 2008-06-20 | 3 | -0/+26 |
| | |||||
* | mesa: refactor: move initialization of DefaultPacking state. | Brian Paul | 2008-06-20 | 2 | -20/+20 |
| | |||||
* | mesa: fix errors in prev commit | Brian Paul | 2008-06-20 | 1 | -2/+2 |
| | |||||
* | mesa: revamp glBlendFunc loopback | Brian Paul | 2008-06-20 | 2 | -10/+9 |
| | |||||
* | mesa: fix some FEATURE_x tests | Brian Paul | 2008-06-20 | 1 | -6/+1 |
| | |||||
* | mesa: test for FEATURE_ATI_fragment_shader | Brian Paul | 2008-06-20 | 1 | -0/+2 |
| | |||||
* | mesa: Fix bug in _mesa_swizzle_ubyte_image | Brian Paul | 2008-06-18 | 1 | -1/+2 |
| | |||||
* | mesa: fix ReadBuffer initialization | Brian Paul | 2008-06-18 | 1 | -0/+2 |
| | |||||
* | mesa: FEATURE_dispatch to control dispatch table usage | Brian Paul | 2008-06-18 | 2 | -0/+3 |
| | |||||
* | mesa: add parenthesis | Brian Paul | 2008-06-18 | 1 | -3/+3 |
| | |||||
* | mesa: _mesa_texstore_s8_z24 now supports depth only uploads | Jakob Bornecrantz | 2008-06-18 | 1 | -34/+62 |
| | |||||
* | mesa: Added _mesa_texstore_s8_z24 | Jakob Bornecrantz | 2008-06-18 | 3 | -4/+55 |
| | |||||
* | mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT ↵ | Brian Paul | 2008-06-17 | 2 | -3/+3 |
| | | | | for Z unpacking | ||||
* | mesa: make mm.c use unsigned ints for offsets. | Brian Paul | 2008-06-17 | 2 | -6/+7 |
| | | | | | | | If you have a GPU using this code and it has the offsets up in this space, this fails. cherry-picked from master | ||||
* | mesa: move some glapi bits around | Brian Paul | 2008-06-13 | 3 | -2/+3 |
| | | | | | | Move _glapi_proc typedef from glapitable.h to glapi.h Also, don't include glapitable.h from glapi.h Before we were including the huge glapitable.h file in every .c file. | ||||
* | mesa: remove some temp debug code | Brian Paul | 2008-06-13 | 1 | -1/+0 |
| | |||||
* | mesa: check FEATURE_ARB_occlusion_query | Brian Paul | 2008-06-13 | 1 | -0/+7 |
| | |||||
* | mesa: fix typo: s/stacks/stack/ | Brian Paul | 2008-06-13 | 1 | -1/+1 |
| | |||||
* | mesa: add some #if FEATURE_x tests | Brian Paul | 2008-06-12 | 5 | -2/+38 |
| | |||||
* | mesa: restore and fix Keith's "further degenerate the special case lit ↵ | Brian Paul | 2008-06-12 | 1 | -13/+31 |
| | | | | | | | | | substitute" There was a bug in emit_degenerate_lit() that caused the SLT to produce unpredictable results in lit.z Plus, added a bunch of new comments. | ||||
* | Revert "mesa: further degenerate the special case lit substitute" | Brian Paul | 2008-06-11 | 1 | -12/+9 |
| | | | | | | This reverts commit e841b92d9c8bf48085b4996df828ae745977f931. This fixes two specular lighting conform failures. | ||||
* | mesa: refactor: move various ENUM_TO_x macros into macros.h | Brian Paul | 2008-06-11 | 7 | -22/+57 |
| | |||||
* | mesa: refactor: move glTexParameter-related functions into new texparam.c file | Brian Paul | 2008-06-11 | 7 | -1028/+1105 |
| | |||||
* | mesa: refactor: move glTexEnv-related functions into new texenv.c file | Brian Paul | 2008-06-11 | 7 | -841/+919 |
| | |||||
* | mesa: refactor: move glTexGen-related functions into new texgen.c file | Brian Paul | 2008-06-11 | 7 | -596/+673 |
| | |||||
* | mesa: refactor: fix some FEATURE_ typos, mistakes | Brian Paul | 2008-06-10 | 2 | -2/+2 |
| | |||||
* | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Brian Paul | 2008-06-10 | 12 | -96/+310 |
| | | | | Also, check the FEATURE flags in many places. | ||||
* | gallium: remove stray include of st_context.h | Brian Paul | 2008-06-10 | 1 | -2/+0 |
| | |||||
* | mesa: remove unused api_eval.h header file | Brian Paul | 2008-06-09 | 2 | -43/+0 |
| | |||||
* | mesa: refactor: move _mesa_update_minmax/histogram() into image.c | Brian Paul | 2008-06-09 | 3 | -74/+64 |
| | |||||
* | mesa: refactor: move multisample-related functions into new multisample.c file | Brian Paul | 2008-06-09 | 8 | -44/+109 |
| | |||||
* | mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to ↵ | Brian Paul | 2008-06-09 | 6 | -83/+88 |
| | | | | framebuffer.c | ||||
* | mesa: refactor: move glClear, glClearColor into new clear.c file. | Brian Paul | 2008-06-09 | 6 | -153/+227 |
| | |||||
* | mesa: refactor: move scissor functions into new scissor.c file | Brian Paul | 2008-06-09 | 8 | -85/+150 |
| | |||||
* | mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file | Brian Paul | 2008-06-09 | 6 | -806/+872 |
| | |||||
* | mesa: refactor: move pixel map/scale/bias code into image.c | Brian Paul | 2008-06-09 | 4 | -476/+486 |
| | | | | pixel.c is just the API-related code now. |