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
*
mesa: allow internalformat_query with multisample texture targets
Chris Forbes
2013-03-24
2
-4
/
+6
*
gallium,st/mesa: don't use blit-based transfers with software rasterizers
Marek Olšák
2013-03-23
4
-0
/
+15
*
st/mesa: implement blit-based ReadPixels
Marek Olšák
2013-03-23
3
-13
/
+189
*
mesa: add helper func for checking combined depthstencil buffers from st/mesa
Marek Olšák
2013-03-23
3
-44
/
+6
*
gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
Christoph Bumiller
2013-03-20
3
-11
/
+39
*
glsl_to_tgsi: remove indirect addressing limitations
Christian König
2013-03-19
1
-33
/
+3
*
glsl_to_tgsi: allocate arrays separately v2
Christian König
2013-03-19
1
-31
/
+58
*
glsl_to_tgsi: use get_temp for all allocations
Christian König
2013-03-19
1
-13
/
+10
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
8
-56
/
+56
*
Replace gl_geom_result enum with gl_varying_slot.
Paul Berry
2013-03-15
3
-21
/
+21
*
Replace gl_geom_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
2
-14
/
+14
*
Replace gl_vert_result enum with gl_varying_slot.
Paul Berry
2013-03-15
8
-49
/
+49
*
st/mesa: add PIPE_FORMAT_R16G16B16A16_UNORM renderbuffer support
Brian Paul
2013-03-12
1
-0
/
+3
*
mesa: Replace MESA_VERSION with PACKAGE_VERSION.
Matt Turner
2013-03-12
1
-1
/
+1
*
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
[next]