summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: add query buffer supportIlia Mirkin2016-02-044-1/+103
* st/mesa: fix potential null deref if no shader is passed inIlia Mirkin2016-02-031-1/+3
* st/mesa: implement PBO upload for glCompressedTex(Sub)ImageNicolai Hähnle2016-02-031-0/+115
* st/mesa: redirect CompressedTexSubImage to our own implementationNicolai Hähnle2016-02-031-6/+18
* st/mesa: inline the implementation of _mesa_store_compressed_teximageNicolai Hähnle2016-02-031-1/+27
* st/mesa: implement PBO upload for multiple layersNicolai Hähnle2016-02-032-19/+143
* st/mesa: Accelerate PBO uploadsFredrik Höglund2016-02-034-9/+898
* st/mesa: use the correct address generation functions in st_TexSubImage blitNicolai Hähnle2016-02-031-5/+5
* st/mesa: treat a write as a read for range purposesIlia Mirkin2016-02-011-1/+4
* glsl: Remove 2x16 half-precision pack/unpack opcodes.Matt Turner2016-02-011-3/+0
* st/mesa: enable ARB_shader_storage_buffer_object when supportedIlia Mirkin2016-01-291-0/+1
* st/mesa: add shader buffer barrier bitIlia Mirkin2016-01-291-0/+4
* st/mesa: add support for memory barrier intrinsicsIlia Mirkin2016-01-291-0/+45
* st/mesa: use RESQ to find buffer sizeIlia Mirkin2016-01-291-4/+18
* st/mesa: add support for SSBO binding and GLSL intrinsicsIlia Mirkin2016-01-298-8/+396
* st/mesa: add atomic counter supportIlia Mirkin2016-01-298-8/+325
* mesa: add PROGRAM_IMMEDIATE, PROGRAM_BUFFERIlia Mirkin2016-01-291-1/+0
* glsl: move to compiler/Emil Velikov2016-01-262-3/+3
* gallium: add GREMEDY_string_markerRob Clark2016-01-214-0/+16
* st/mesa: restore the stObj's size if it was cleared outIlia Mirkin2016-01-181-0/+6
* st/mesa: use surface format to generate mipmaps when availableIlia Mirkin2016-01-141-2/+8
* gallium/st: add pipe_context::generate_mipmap()Charmaine Lee2016-01-141-5/+12
* st/mesa: declare struct pipe_screen in st_cb_bufferobjects.hBrian Paul2016-01-141-0/+1
* st/mesa: add check for color logicop in blit_copy_pixels()Brian Paul2016-01-141-0/+1
* st/mesa: implement Driver.InvalidateBufferSubDataNicolai Hähnle2016-01-143-3/+33
* st/mesa: use pipe->invalidate_resource instead of buffer re-allocationNicolai Hähnle2016-01-141-13/+18
* glsl: Delete the ir_binop_bfm and ir_triop_bfi opcodes.Kenneth Graunke2016-01-131-2/+0
* st/mesa: fix incorrect buffer token passed to _mesa_BindFramebuffer()Brian Paul2016-01-131-2/+2
* st/mesa: add support for POSITION and FACE system valuesMarek Olšák2016-01-084-16/+44
* glsl: optionally declare gl_FragCoord & gl_FrontFacing as system valuesMarek Olšák2016-01-081-0/+1
* tgsi/ureg: remove index parameter from ureg_DECL_system_valueMarek Olšák2016-01-082-6/+10
* st/mesa: remove dead code from mesa_to_tgsiMarek Olšák2016-01-081-51/+0
* st/mesa: expose ARB_indirect_parameters when the backend driver allowsIlia Mirkin2016-01-072-0/+2
* st/mesa: add support for new mesa indirect draw interfaceIlia Mirkin2016-01-073-9/+84
* st/mesa: use _mesa_delete_buffer_objectNicolai Hähnle2016-01-071-3/+1
* st/mesa: minor clean-ups in st_atom.cBrian Paul2016-01-061-14/+10
* st/mesa: replace bitmap size checks with assertionBrian Paul2016-01-061-2/+2
* st/mesa: check texture target in allocate_full_mipmap()Brian Paul2016-01-061-0/+14
* st/mesa: move mipmap allocation check logic into a functionBrian Paul2016-01-061-12/+42
* st/mesa: use GLbitfield in st_state_flags, add commentsBrian Paul2016-01-061-2/+2
* s/GLuint/GLbitfield/ for st_invalidate_state() parameterBrian Paul2016-01-062-2/+2
* st/mesa: be more careful about state validation in st_Bitmap()Brian Paul2016-01-061-1/+8
* st/mesa: move bitmap cache flushing out of state validationBrian Paul2016-01-066-4/+17
* st/mesa: check state->mesa in early return check in st_validate_state()Brian Paul2016-01-061-1/+1
* st/mesa: protect debug printf() with a conditional instead of commentBrian Paul2016-01-061-5/+5
* st/mesa: fix comment indentation in st_flush_bitmap_cache()Brian Paul2016-01-061-2/+2
* st/mesa: minor indentation fixesBrian Paul2016-01-051-4/+4
* st/mesa: make KHR_debug output independent of context creation flags (v2)Nicolai Hähnle2016-01-044-57/+98
* st/mesa: use PK2H/UP2H when supportedIlia Mirkin2016-01-033-5/+14
* st/mesa: fix parameter names for tesseval/tessctrl prototypesSamuel Pitoiset2016-01-031-4/+4