Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.c | Brian Paul | 2009-08-13 | 1 | -0/+1 |
| | |||||
* | mesa: handle glDrawPixels images which are larger than max rect texture size | Brian Paul | 2009-08-11 | 1 | -3/+47 |
| | |||||
* | mesa: added _mesa_meta_draw_pixels() | Brian Paul | 2009-08-11 | 2 | -1/+188 |
| | |||||
* | mesa: added META_FOG and optimize some meta_begin/end() code | Brian Paul | 2009-08-11 | 2 | -28/+36 |
| | |||||
* | mesa: save/restore texture matrix in meta code | Brian Paul | 2009-08-10 | 1 | -1/+20 |
| | | | | Also, save/restore viewport and texture state in _mesa_meta_copy_pixels() | ||||
* | mesa: for meta blit, check max texture size, use glCopyTexSubImage2D() when ↵ | Brian Paul | 2009-08-10 | 1 | -2/+27 |
| | | | | possible | ||||
* | mesa: initial meta implementation of glCopyPixels() | Brian Paul | 2009-08-10 | 2 | -0/+166 |
| | |||||
* | mesa: remove debug flush call | Brian Paul | 2009-08-10 | 1 | -2/+0 |
| | |||||
* | mesa: new driver meta-ops module | Brian Paul | 2009-08-10 | 2 | -0/+881 |
| | | | | | | | | | | | | | | | | | Implement glClear() in terms of quad rendering, implement glBlitFramebuffer() in terms of glCopyTexImage2D + textured quad, etc. There have been several places in the drivers where we've implemented meta rendering similar to this. This is an effort to do it in a more portable and more efficient form. The _mesa_meta_begin/end() functions act like glPush/PopAttrib() but are lighter-weight. Plus, _mesa_meta_begin() resets GL state back to default values (texturing off, identity vertex transform, etc) so the meta drawing functions don't have to worry about it. For now only _mesa_mesa_blit_framebuffer() and _mesa_meta_clear() are implemented. glDrawPixels() and glCopyPixels() would be the next candidates. | ||||
* | mesa: make query-related driver fallback functions static | Brian Paul | 2009-06-19 | 1 | -8/+4 |
| | | | | Plug them in via _mesa_init_query_object_functions(). | ||||
* | mesa: make buffer object-related driver fallback functions static | Brian Paul | 2009-06-19 | 1 | -18/+1 |
| | | | | Plug them in via _mesa_init_buffer_object_functions(). | ||||
* | Merge branch 'arb_map_buffer_range' | Brian Paul | 2009-06-15 | 1 | -0/+5 |
|\ | | | | | | | | | | | | | Conflicts: docs/relnotes-7.6.html src/mesa/main/mtypes.h | ||||
| * | mesa: implement GL_ARB_map_buffer_range | Brian Paul | 2009-06-08 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | Only enabled for software drivers at this point. Note that the gl_buffer_object::Access enum field has been replaced by a gl_buffer_object::AccessFlags bitfield. The new field is a mask of the GL_MAP_x_BIT flags which is a superset of the old GL_READ_ONLY, GL_WRITE_ONLY and GL_READ_WRITE modes. When we query GL_BUFFER_ACCESS_ARB we translate the bitfield into the conventional enum values. | ||||
* | | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz | 2009-06-12 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | mesa: add default function for ctx->Driver.CheckQuery() hook | Brian Paul | 2009-06-11 | 1 | -0/+1 |
| | | |||||
* | | mesa: plug in new _mesa_CopyBufferSubData() functions | Brian Paul | 2009-06-02 | 1 | -0/+3 |
|/ | |||||
* | mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new file | Brian Paul | 2009-04-03 | 1 | -0/+1 |
| | |||||
* | mesa: remove GL_MESA_program_debug extension | Brian Paul | 2009-03-07 | 1 | -3/+0 |
| | | | | This was never fully fleshed out and hasn't been used. | ||||
* | mesa: use Stencil._Enabled field instead of Stencil.Enabled | Brian Paul | 2009-03-02 | 1 | -1/+1 |
| | |||||
* | mesa: asst updates for VMS | Jouk Jansen | 2008-09-29 | 1 | -2/+3 |
| | |||||
* | mesa: move rastpos helper to tnl | Keith Whitwell | 2008-09-21 | 1 | -0/+1 |
| | |||||
* | mesa: improved driver query interface | Keith Whitwell | 2008-09-21 | 1 | -2/+4 |
| | | | | Brought over from gallium-0.2 branch. | ||||
* | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | 2008-09-18 | 1 | -18/+19 |
| | | | | | This is another step toward removing a whole bunch of -I flags from the cc commands. Still need to address driver code... | ||||
* | Move _mesa_init_glsl_driver_functions() into shader_api.c | Brian Paul | 2008-05-18 | 2 | -41/+0 |
| | | | | | | | This allows making a bunch of functions static, and removes a state tracker dependency on driverfuncs.c cherry-picked from gallium-0.1 | ||||
* | Added ctx->Driver.GenerateMipmap() driver hook | Dave Airlie | 2008-05-09 | 1 | -0/+2 |
| | | | | | | | | (cherry picked from commit 4c2f3dbca940f289e67248682b84a3516d5a3031) Conflicts: src/mesa/drivers/common/driverfuncs.c | ||||
* | glcore: drop outdated sources files intented for xorg | George Sapountzis | 2008-04-23 | 1 | -2/+0 |
| | |||||
* | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa | joukj | 2007-11-30 | 1 | -0/+2 |
|\ | |||||
| * | New ctx->Driver.Map/UnmapTexture() functions for accessing textures from ↵ | Brian | 2007-11-29 | 1 | -0/+2 |
| | | | | | | | | t_vb_program.c | ||||
* | | Update of OpenVMS makefiles for the use of "new" include file convention | Jouk | 2007-10-03 | 1 | -1/+4 |
|/ | |||||
* | prefix some include filenames with shader/ | root | 2007-09-11 | 1 | -4/+4 |
| | |||||
* | added _mesa_init_driver_state() to replace duplicated code in intel drivers | Brian | 2007-05-22 | 2 | -2/+101 |
| | |||||
* | s/occlude.h/queryobj.h/ | Brian | 2007-04-21 | 1 | -1/+1 |
| | |||||
* | s/GetFragmentProgramRegister/GetProgramRegister/ | Brian | 2007-02-25 | 1 | -1/+1 |
| | |||||
* | use _mesa_get_program_register() | Brian | 2007-02-22 | 1 | -1/+2 |
| | |||||
* | Overhaul of GLSL API functions, dispatching, etc. | Brian | 2006-12-19 | 2 | -4/+50 |
| | |||||
* | List of source (.c) files in each directory. | Brian Paul | 2006-10-11 | 1 | -0/+2 |
| | | | | | To be included by X.org Makefile.am files so that lists of files don't need to be hardcoded and frequently updated there. | ||||
* | Move the fp_machine struct into s_nvfragmprog.c since (except for program | Brian Paul | 2006-10-10 | 1 | -0/+3 |
| | | | | debug) it's only used there. | ||||
* | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick | 2006-06-12 | 1 | -0/+6 |
| | | | | | | | and demos are also added. Adding basic support to drivers should be as easy as just enabling the extension, though thorough test would also be required. | ||||
* | merge from texman branchmesa_20060325 | Brian Paul | 2006-03-26 | 1 | -1/+2 |
| | |||||
* | plug in BlitFramebuffer function | Brian Paul | 2006-03-02 | 1 | -0/+4 |
| | |||||
* | Committing in . | Jouk Jansen | 2005-11-02 | 1 | -2/+3 |
| | | | | | | | Updated OpenVMS compile support (define tnl for include files) Modified Files: Mesa/src/mesa/drivers/common/descrip.mms ---------------------------------------------------------------------- | ||||
* | TNL module needs to implement ctx->Driver.ProgramStringNotify() function | Brian Paul | 2005-10-28 | 1 | -0/+2 |
| | | | | | so that calls to glProgramStringARB() to specify a new program causes the TNL-attached data to get recomputed. | ||||
* | Committing in . | Jouk Jansen | 2005-09-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 1) change compilation on VMS to use IEEE floating points 2) one more problem with _mesa_sprintf solved Modified Files: Mesa/docs/README.VMS Mesa/progs/demos/descrip.mms Mesa/progs/tests/descrip.mms Mesa/progs/util/descrip.mms Mesa/progs/xdemos/descrip.mms Mesa/src/glu/mesa/descrip.mms Mesa/src/glu/sgi/descrip.mms Mesa/src/glut/glx/descrip.mms Mesa/src/mesa/array_cache/descrip.mms Mesa/src/mesa/drivers/common/descrip.mms Mesa/src/mesa/drivers/osmesa/descrip.mms Mesa/src/mesa/drivers/x11/descrip.mms Mesa/src/mesa/glapi/descrip.mms Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/main/texobj.c Mesa/src/mesa/math/descrip.mms Mesa/src/mesa/shader/descrip.mms Mesa/src/mesa/shader/grammar/descrip.mms Mesa/src/mesa/shader/slang/descrip.mms Mesa/src/mesa/swrast/descrip.mms Mesa/src/mesa/swrast_setup/descrip.mms Mesa/src/mesa/tnl/descrip.mms ---------------------------------------------------------------------- | ||||
* | Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback. | Brian Paul | 2005-09-14 | 1 | -1/+0 |
| | |||||
* | Replace ctx->Driver.StencilOp/Func/Mask() functions with | Brian Paul | 2005-09-13 | 1 | -4/+2 |
| | | | | ctx->Driver.Stencil*Separate() functions. | ||||
* | init StencilOpSeparate to NULL | Brian Paul | 2005-09-13 | 1 | -0/+1 |
| | |||||
* | Remove last remnants of pre-renderbuffer code. | Brian Paul | 2005-09-03 | 1 | -2/+2 |
| | |||||
* | Prototype implementation of new GL_EXT_timer_query extension (not finalized ↵ | Brian Paul | 2005-09-02 | 1 | -1/+3 |
| | | | | | | yet). Extends the query mechanism to query elapsed time while rendering. | ||||
* | Rearrange the code related to GL_ARB_occlusion_object to generalize query | Brian Paul | 2005-08-27 | 1 | -0/+4 |
| | | | | objects for future types of queries. | ||||
* | Import Thomas Helstrom's SSE memcpy code from the via X.org driver. | Keith Whitwell | 2005-05-23 | 1 | -0/+1 |
| | | | | | | Add a TextureMemCpy callback, called from texstore.c when copying texture data via the memcpy_texture() path. Enable this code in the via driver - 100% speedup in texdown.c results. |