Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-21 | mesa: refactor: move initialization of DefaultPacking state. | Brian Paul | |
2008-09-21 | mesa: fix errors in prev commit | Brian Paul | |
2008-09-21 | mesa: revamp glBlendFunc loopback | Brian Paul | |
2008-09-21 | mesa: fix some FEATURE_x tests | Brian Paul | |
2008-09-21 | mesa: test for FEATURE_ATI_fragment_shader | Brian Paul | |
2008-09-21 | mesa: fix ReadBuffer initialization | Brian Paul | |
2008-09-21 | mesa: FEATURE_dispatch to control dispatch table usage | Brian Paul | |
2008-09-21 | mesa: move some glapi bits around | Brian Paul | |
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. | |||
2008-09-21 | mesa: remove some temp debug code | Brian Paul | |
2008-09-21 | mesa: check FEATURE_ARB_occlusion_query | Brian Paul | |
2008-09-21 | mesa: fix typo: s/stacks/stack/ | Brian Paul | |
2008-09-21 | code refactoring, new next_mipmap_level_size() function | Brian | |
(cherry picked from commit c22d9152e33792ea58426c53bc9b96bf552b0b44) | |||
2008-09-21 | added _mesa_tex_target_to_face() | Brian | |
(cherry picked from commit b52ce6341f877a0a1cfd3c50c07eeb1c156ae89e) | |||
2008-09-21 | refactor code, export _mesa_generate_mipmap_level() | Brian | |
2008-09-21 | move _mesa_format_to_type_and_comps() to texformat.c | Brian | |
(cherry picked from commit 42eac65da45fb58bffdf94ab8f9860d8cee5b256) | |||
2008-09-21 | mesa: pull in mipmap.c changes from gallium-0.2 | Keith Whitwell | |
2008-09-21 | mesa: refactor: move various ENUM_TO_x macros into macros.h | Brian Paul | |
2008-09-21 | mesa: refactor: move glTexParameter-related functions into new texparam.c file | Brian Paul | |
2008-09-21 | mesa: refactor: move glTexEnv-related functions into new texenv.c file | Brian Paul | |
(cherry picked from commit 7ecac78ab53016ae3db3dd601b187cb050037463) | |||
2008-09-21 | mesa: refactor: move glTexGen-related functions into new texgen.c file | Brian Paul | |
(cherry picked from commit 27049189d6221fefe43eb55846efaa51742dcdf4) | |||
2008-09-21 | mesa: refactor: fix some FEATURE_ typos, mistakes | Brian Paul | |
(cherry picked from commit e4cfe0854ad968193106048179b9b52ec1768f41) | |||
2008-09-21 | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Keith Whitwell | |
Also, check the FEATURE flags in many places. (cherry picked from commit 40d1a40f294f1ed2dacfad6f5498322fc08cc2d1) Conflicts: src/mesa/main/config.h src/mesa/main/context.c src/mesa/main/texobj.c src/mesa/main/texstate.c src/mesa/main/texstore.c | |||
2008-09-21 | mesa: refactor: move _mesa_update_minmax/histogram() into image.c | Brian Paul | |
(cherry picked from commit eded7f010d344a909cf9c403eb3bdad91804d174) | |||
2008-09-21 | mesa: refactor: move multisample-related functions into new multisample.c file | Brian Paul | |
2008-09-21 | mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to ↵ | Brian Paul | |
framebuffer.c (cherry picked from commit 9091015a9782ad15e58540a8fd61df83ea2bfe31) | |||
2008-09-21 | mesa: refactor: move glClear, glClearColor into new clear.c file. | Brian Paul | |
2008-09-21 | mesa: refactor: move scissor functions into new scissor.c file | Brian Paul | |
(cherry picked from commit 4be7296bfcba22a849f949d105ea385e6964cc25) | |||
2008-09-21 | mesa: refactor: move pixel map/scale/bias code into image.c | Brian Paul | |
pixel.c is just the API-related code now. | |||
2008-09-21 | mesa: refactor: new _mesa_init_pixelstore() function | Brian Paul | |
(cherry picked from commit 5f91007f996d0b7e3233f221a6b0056203e356d2) | |||
2008-09-21 | mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file | Brian Paul | |
(cherry picked from commit b36e6f0baf64491772b8e1a1cddf68a7dcf8ee22) | |||
2008-09-21 | mesa: refactor: move glReadPixels code into new readpix.c file | Brian Paul | |
2008-09-21 | Add some FLUSH_CURRENT() calls. | Brian | |
Without these we can find ourselves in _mesa_load_state_parameters() computing derived lighting/material values whhen the current material properties haven't been updated from the VBO. This may be a somewhat wide-spread problem that needs more attention... (cherry picked from commit 49adf51eeec31c9f3c995a70acc5008522689708) | |||
2008-09-21 | mesa: refactor: move glPixelStore function into new pixelstore.c file | Brian Paul | |
2008-09-21 | mesa: remove EXT/NV suffixes from _mesa_PointParameter functions | Brian Paul | |
2008-09-21 | mesa: remove dead file | Keith Whitwell | |
2008-09-21 | mesa: add explict float casts | Keith Whitwell | |
2008-09-21 | mesa: move fixed function vertex program builder from tnl to core mesa | Keith Whitwell | |
Also unify caching of fragment and vertex programs in shader/prog_cache.c` Brought across from gallium-0.2 | |||
2008-09-21 | mesa: add parenthesis | Brian Paul | |
(cherry picked from commit c366fd83b617db6c8c064802ff4bf120d654507d) | |||
2008-09-21 | mesa: standardize on C99's uint*_t instead of u_int*_t | Keith Whitwell | |
2008-09-21 | mesa: move rastpos helper to tnl | Keith Whitwell | |
2008-09-21 | mesa: improved driver query interface | Keith Whitwell | |
Brought over from gallium-0.2 branch. | |||
2008-09-18 | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | |
This is another step toward removing a whole bunch of -I flags from the cc commands. Still need to address driver code... | |||
2008-09-16 | mesa: rework GLSL vertex attribute binding | Brian Paul | |
Calls to glBindAttribLocation() should not take effect until the next time that glLinkProgram() is called. gl_shader_program::Attributes now just contains user-defined bindings. gl_shader_program::VertexProgram->Attributes contains the actual/final bindings. | |||
2008-09-15 | mesa: fix MSAA enable state in update_multisample() | Brian Paul | |
2008-09-15 | mesa: remove some assertions that are invalid during context tear-down | Brian Paul | |
2008-09-15 | mesa: get another class of degenerate dlists working | Keith Whitwell | |
Primitive begin in one dlist, end in another. | |||
2008-09-13 | mesa: return after _mesa_problem() calls | Guillaume Melquiond | |
2008-09-11 | Fixes for Mingw | Shane Blackett | |
2008-09-05 | mesa: replace MALLOC w/ CALLOC to fix memory error in glPushClientAttrib() | Brian Paul | |
2008-09-05 | mesa: replace MALLOC w/ CALLOC to fix valgrind warning | Brian Paul | |