index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: translate ir offset parameters for non-TXF opcodes.
Roland Scheidegger
2013-03-05
1
-2
/
+18
*
st/mesa: add switch case for ir_txf_ms to silence warning
Brian Paul
2013-03-02
1
-0
/
+3
*
st/mesa: convert ir_triop_lrp to TGSI_OPCODE_LRP
Brian Paul
2013-03-01
1
-1
/
+4
*
glsl: Convert mix() to use a new ir_triop_lrp opcode.
Kenneth Graunke
2013-02-28
1
-0
/
+1
*
st/mesa: remove some conditionals in update_raster_state()
Brian Paul
2013-02-26
1
-15
/
+8
*
st/mesa: fix debug_printf() format string warning
Brian Paul
2013-02-23
1
-1
/
+1
*
st/mesa: fix polygon offset state translation logic
Brian Paul
2013-02-22
1
-7
/
+3
*
st/mesa: check for dummy programs in destroy_program_variants()
Brian Paul
2013-02-22
1
-1
/
+1
*
st/mesa: fix trimming of GL_QUAD_STRIP
Brian Paul
2013-02-22
1
-1
/
+1
*
st/mesa: implement glBitmap unpacking from a PBO, for the cache path
Brian Paul
2013-02-19
1
-2
/
+11
*
st/mesa: remove what is left from u_blit
Marek Olšák
2013-02-18
6
-29
/
+0
*
st/mesa: simplify and improve CopyTexSubImage
Marek Olšák
2013-02-18
1
-244
/
+74
*
st/mesa: don't do sRGB conversion in CopyTexSubImage
Marek Olšák
2013-02-18
1
-2
/
+2
*
st/mesa: implement blit-based TexImage and TexSubImage
Marek Olšák
2013-02-18
1
-2
/
+216
*
st/mesa: fix blit-based GetTexImage for 1D array textures
Marek Olšák
2013-02-18
1
-19
/
+52
*
st/mesa: fix blit-based GetTexImage for depth/stencil formats
Marek Olšák
2013-02-18
1
-1
/
+1
*
st/mesa: factor out code for determining blit.mask from CopyTexSubImage
Marek Olšák
2013-02-18
1
-42
/
+66
*
st/mesa: fix format query for GL_ARB_texture_rg
Brian Paul
2013-02-15
1
-3
/
+4
*
st/mesa: try to find exact format matching user format and type for DrawPixels
Marek Olšák
2013-02-14
4
-37
/
+59
*
st/mesa: fix texture buffer objects
Marek Olšák
2013-02-13
1
-4
/
+10
*
st/mesa: accelerate glGetTexImage for all formats using a blit
Marek Olšák
2013-02-13
2
-49
/
+152
*
st/mesa: use new RGBX formats
Marek Olšák
2013-02-07
1
-17
/
+111
*
st/mesa: get rid of GET_CURRENT_CONTEXT in st_choose_format
Marek Olšák
2013-02-06
6
-22
/
+21
*
st/mesa: adjust texture format selection to try the closest base format first
Marek Olšák
2013-02-06
1
-18
/
+13
*
st/mesa: put RGBX8 and RGBA8 in the default format lists
Marek Olšák
2013-02-06
1
-0
/
+2
*
st/mesa: add the rest of RGB8 format/type combos to exact_format_mapping tables
Marek Olšák
2013-02-06
1
-2
/
+0
*
mesa: fixup inconsistent naming of RG16 formats
Marek Olšák
2013-02-06
1
-2
/
+2
*
st/mesa: emit saturates in the vertex shader if Shader Model 3.0 is supported
Marek Olšák
2013-02-06
3
-3
/
+6
*
st/mesa: advertise ARB_shading_language_packing for GLSL >= 1.30
Marek Olšák
2013-02-06
2
-0
/
+16
*
st/mesa: do most of GLSL lowering outside of the optimization do-while loop
Marek Olšák
2013-02-06
1
-36
/
+29
*
st/mesa: remove dead code depending on EmitCondCodes
Marek Olšák
2013-02-06
1
-22
/
+2
*
st/mesa: emit SQRT opcode when driver supports it
Brian Paul
2013-02-04
1
-7
/
+21
*
st/mesa: simplify the update_single_texture() function
Brian Paul
2013-02-04
1
-28
/
+7
*
st/mesa: merge st_ChooseTextureFormat_renderable() into st_ChooseTextureFormat()
Brian Paul
2013-02-04
2
-38
/
+21
*
st/mesa: improve the format choosing code for DrawPixels
Brian Paul
2013-02-04
1
-6
/
+8
*
st/mesa: don't choose DXT formats if we can't do DXT compression
Brian Paul
2013-02-04
5
-13
/
+29
*
st/mesa: whitespace/indentation fix
Brian Paul
2013-02-01
1
-2
/
+2
*
st/mesa: add support for GL_ARB_texture_buffer_range
Christoph Bumiller
2013-01-30
2
-1
/
+28
*
st/mesa: only enable GL_EXT_framebuffer_multisample if GL_MAX_SAMPLES >= 2
Brian Paul
2013-01-29
1
-1
/
+3
*
st/mesa: set ctx->Const.MaxSamples = 0, not 1
Brian Paul
2013-01-29
1
-0
/
+4
*
st/mesa: handle new GLSL IR enumerants in switch statements
Brian Paul
2013-01-25
1
-2
/
+16
*
st/mesa: do proper error checking for u_upload_alloc() calls
Brian Paul
2013-01-25
5
-17
/
+26
*
st/mesa: silence assorted MSVC warnings in DrawPixels code
Brian Paul
2013-01-25
1
-2
/
+2
*
glsl: Replace most default cases in switches on GLSL type
Ian Romanick
2013-01-25
1
-3
/
+5
*
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
2013-01-24
1
-10
/
+7
*
st/mesa: implement ARB_internalformat_query v2
Marek Olšák
2013-01-24
4
-0
/
+39
*
st/mesa: advertise OES_depth_texture_cube_map if GLSL 1.30 is supported
Marek Olšák
2013-01-24
1
-1
/
+2
*
mesa: Use a single flag for the S3TC extensions that don't require on-line co...
Ian Romanick
2013-01-23
1
-2
/
+2
*
mesa: Make the drivers call a non-code-generated dispatch table setup.
Eric Anholt
2013-01-21
1
-1
/
+1
*
st/mesa: a couple fixes for st_BlitFramebuffer()
Brian Paul
2013-01-16
1
-30
/
+52
[next]