summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* mesa: choose texture format in core mesa, not driversBrian Paul2009-10-251-4/+0
* mesa: remove _mesa_compressed_row_stride() callsBrian Paul2009-10-251-2/+1
* mesa: remove ctx->Driver.CompressedTextureSize() hookBrian Paul2009-10-241-1/+0
* mesa: change compressed texture size callsBrian Paul2009-10-241-5/+4
* mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-085-40/+106
* mesa: removed gl_texture_image::CompressedSize fieldBrian Paul2009-10-011-5/+5
* mesa: move mesa_set_fetch_functions()Brian Paul2009-10-012-1/+3
* mesa: remove gl_texture_image::IsCompressed fieldBrian Paul2009-10-011-3/+2
* st/mesa: update commentBrian Paul2009-09-301-1/+1
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-306-51/+52
* st/mesa: use _mesa_texstore()Brian Paul2009-09-282-60/+47
* mesa: change _mesa_format_to_type_and_comps() format parameter typeBrian Paul2009-09-271-1/+1
* mesa: use texture format functionsBrian Paul2009-09-272-4/+4
* st/mesa: use _mesa_get_texstore_func()Brian Paul2009-09-271-37/+47
* st/mesa: use _mesa_get_texstore_func()Brian Paul2009-09-271-11/+15
* Merge branch 'mesa_7_6_branch'Brian Paul2009-09-241-3/+9
|\
| * Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-241-3/+9
| |\
| | * st/mesa: trim calculated userbuffer sizeKeith Whitwell2009-09-231-3/+9
* | | mesa: Ensure TGSI tokens are freed with gallium's free.José Fonseca2009-09-214-5/+20
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-203-8/+29
|\| |
| * | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchNicolai Hähnle2009-09-202-5/+14
| |\|
| | * mesa/st: Initialize format bits of framebuffer renderbuffersNicolai Hähnle2009-09-201-0/+1
| | * st/mesa: fix some incorrect branching/clean-up code in TexImage functionsBrian Paul2009-09-161-3/+3
| | * st/mesa: fix texture memory allocation bugBrian Paul2009-09-161-2/+10
| | * st/mesa: silence uninitialized var warningsBrian Paul2009-09-031-2/+2
| | * st/mesa: fix glCopyPixels(GL_STENCIL_INDEX) inverted positionBrian Paul2009-09-031-0/+4
| | * st/mesa: Do GL_RGBA->GL_RGB texsubimage on hardwareKeith Whitwell2009-09-021-14/+51
| | * st/mesa: flush bitmap cache if Z value changesBrian Paul2009-08-211-5/+11
| * | mesa/st: Create front renderbuffer on the fly when supplied with a surfaceNicolai Hähnle2009-09-201-3/+15
* | | mesa: Allow BlitFramebuffer from a texture.José Fonseca2009-09-191-11/+45
* | | mesa: move generate mipmap callsBrian Paul2009-09-151-12/+0
* | | st/mesa: disable accidentally committed _mesa_print_program() callBrian Paul2009-09-151-1/+1
* | | st/mesa: minor whitespace, comment clean-upsBrian Paul2009-09-141-21/+9
* | | mesa/st: remove dead commentKeith Whitwell2009-09-141-7/+0
* | | st/mesa: convert to new tgsi_ureg mechanism for shader emitKeith Whitwell2009-09-143-983/+625
* | | mesa: remove unused SATURATE_PLUS_MINUS_ONE flagKeith Whitwell2009-09-121-2/+0
* | | st/mesa: use st_context() helperBrian Paul2009-09-101-17/+17
|/ /
* | st/mesa: silence uninitialized var warningsBrian Paul2009-09-031-2/+2
* | st/mesa: fix glCopyPixels(GL_STENCIL_INDEX) inverted positionBrian Paul2009-09-031-0/+4
* | st/mesa: Do GL_RGBA->GL_RGB texsubimage on hardwareKeith Whitwell2009-09-031-14/+51
* | mesa: consolidate PBO map/unmap helpersBrian Paul2009-09-034-13/+13
* | mesa: change ctx->Driver.BufferData() to return GLboolean for success/failureBrian Paul2009-09-031-4/+5
* | st/mesa: use new _mesa_expand_bitmap() functionBrian Paul2009-09-011-57/+4
* | st/mesa: fix obj->Pointer offset in st_bufferobj_map_range()Brian Paul2009-08-311-5/+5
* | st/mesa: flush bitmap cache if Z value changesBrian Paul2009-08-241-5/+11
* | gallium: rename copy/fill_rect utility functionsBrian Paul2009-08-191-1/+1
* | Merge branch 'new-frag-attribs'Brian Paul2009-08-123-66/+14
|\ \
| * | mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputsBrian Paul2009-07-293-66/+14
* | | vbo: Avoid extra validation of DrawElements.Eric Anholt2009-08-124-1/+12
* | | st/mesa: remove redundant calls to _mesa_set_vp_override()Brian Paul2009-08-071-4/+2