summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: use new RGBX formatsMarek Olšák2013-02-071-17/+111
* st/mesa: get rid of GET_CURRENT_CONTEXT in st_choose_formatMarek Olšák2013-02-066-22/+21
* st/mesa: adjust texture format selection to try the closest base format firstMarek Olšák2013-02-061-18/+13
* st/mesa: put RGBX8 and RGBA8 in the default format listsMarek Olšák2013-02-061-0/+2
* st/mesa: add the rest of RGB8 format/type combos to exact_format_mapping tablesMarek Olšák2013-02-061-2/+0
* mesa: fixup inconsistent naming of RG16 formatsMarek Olšák2013-02-061-2/+2
* st/mesa: emit saturates in the vertex shader if Shader Model 3.0 is supportedMarek Olšák2013-02-063-3/+6
* st/mesa: advertise ARB_shading_language_packing for GLSL >= 1.30Marek Olšák2013-02-062-0/+16
* st/mesa: do most of GLSL lowering outside of the optimization do-while loopMarek Olšák2013-02-061-36/+29
* st/mesa: remove dead code depending on EmitCondCodesMarek Olšák2013-02-061-22/+2
* st/mesa: emit SQRT opcode when driver supports itBrian Paul2013-02-041-7/+21
* st/mesa: simplify the update_single_texture() functionBrian Paul2013-02-041-28/+7
* st/mesa: merge st_ChooseTextureFormat_renderable() into st_ChooseTextureFormat()Brian Paul2013-02-042-38/+21
* st/mesa: improve the format choosing code for DrawPixelsBrian Paul2013-02-041-6/+8
* st/mesa: don't choose DXT formats if we can't do DXT compressionBrian Paul2013-02-045-13/+29
* st/mesa: whitespace/indentation fixBrian Paul2013-02-011-2/+2
* st/mesa: add support for GL_ARB_texture_buffer_rangeChristoph Bumiller2013-01-302-1/+28
* st/mesa: only enable GL_EXT_framebuffer_multisample if GL_MAX_SAMPLES >= 2Brian Paul2013-01-291-1/+3
* st/mesa: set ctx->Const.MaxSamples = 0, not 1Brian Paul2013-01-291-0/+4
* st/mesa: handle new GLSL IR enumerants in switch statementsBrian Paul2013-01-251-2/+16
* st/mesa: do proper error checking for u_upload_alloc() callsBrian Paul2013-01-255-17/+26
* st/mesa: silence assorted MSVC warnings in DrawPixels codeBrian Paul2013-01-251-2/+2
* glsl: Replace most default cases in switches on GLSL typeIan Romanick2013-01-251-3/+5
* glsl: Eliminate ambiguity between function ins/outs and shader ins/outsPaul Berry2013-01-241-10/+7
* st/mesa: implement ARB_internalformat_query v2Marek Olšák2013-01-244-0/+39
* st/mesa: advertise OES_depth_texture_cube_map if GLSL 1.30 is supportedMarek Olšák2013-01-241-1/+2
* mesa: Use a single flag for the S3TC extensions that don't require on-line co...Ian Romanick2013-01-231-2/+2
* mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt2013-01-211-1/+1
* st/mesa: a couple fixes for st_BlitFramebuffer()Brian Paul2013-01-161-30/+52
* st/mesa: simplify some src/dst surface setup in BlitFramebufferBrian Paul2013-01-161-4/+4
* st/mesa: use a generic varying to pass the clear color to the FSMarek Olšák2013-01-151-2/+2
* gallium/util: fix glClear with MRT by making the FS write to all cbufsMarek Olšák2013-01-152-2/+5
* st/mesa: fix InternalFormat for Z24X8 window-system buffersMarek Olšák2013-01-151-1/+3
* st/mesa: remove dead conditional in ClearMarek Olšák2013-01-151-12/+0
* st/mesa: simplify conditionals in ClearMarek Olšák2013-01-151-30/+12
* st/mesa: fix glClear with different colormask for each colorbufferMarek Olšák2013-01-151-18/+25
* st/mesa: always assume separate depth and stencil clear is supportedMarek Olšák2013-01-152-97/+22
* st/mesa: add some simple buffer/draw debug codeBrian Paul2013-01-144-0/+18
* st/mesa: set ctx->Const.UniformBufferOffsetAlignmentFredrik Höglund2013-01-121-1/+4
* mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEXIan Romanick2013-01-111-2/+2
* mesa/es3: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE query targetIan Romanick2013-01-111-0/+1
* Remove state_tracker/MakefileMatt Turner2013-01-101-2/+0
* st/mesa: fix possible MSVC build error v2Marek Olšák2013-01-081-2/+2
* st/mesa: fix assertion failures with 2101010 vertex formatsMarek Olšák2013-01-041-3/+4
* st/mesa: accelerate CopyTexSubImage for 1D array texturesMarek Olšák2013-01-041-26/+66
* st/mesa: fix CopyTexSubImage fallback for 1D array texturesMarek Olšák2013-01-043-17/+42
* st/mesa: fix GetTexImage for compressed 2D array texturesMarek Olšák2013-01-041-23/+32
* st/mesa: try to find the format matching format+type in decompressed_with_blitMarek Olšák2013-01-041-19/+50
* st/mesa: fix GetTexImage for compressed cubemapsMarek Olšák2013-01-041-1/+1
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-044-8/+16