index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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: s/tex_usage/bindings/ in st_format.h
Brian Paul
2011-06-29
1
-1
/
+1
*
st/mesa: Use correct internal target
Emil Velikov
2011-06-29
1
-2
/
+2
*
st/mesa: fix overwriting gl_format with pipe_format since 9d380f48
Andre Maasikas
2011-06-29
1
-2
/
+2
*
st-api: Rework how drawables are invalidated v3.
Thomas Hellstrom
2011-06-29
3
-50
/
+73
*
st/mesa: add PIPE_FORMAT_R8G8B8A8_UNORM as the first RGBA format.
Stéphane Marchesin
2011-06-24
1
-1
/
+1
*
st/mesa: fix pipe_get_transfer() call in fallback_copy_texsubimage()
Brian Paul
2011-06-24
1
-1
/
+2
*
st/mesa: fix all_varyings_in_vbos() regression
Brian Paul
2011-06-24
1
-1
/
+17
*
st/mesa: fix format selection regression
Brian Paul
2011-06-23
1
-3
/
+7
*
st/mesa: use a helper for st_framebuffer creation
Chia-I Wu
2011-06-23
1
-18
/
+29
*
st/mesa: prefer native texture formats when possible.
Stéphane Marchesin
2011-06-22
4
-8
/
+101
*
st/mesa: Invalidate drawables on context switch
Benjamin Franzke
2011-06-21
1
-9
/
+13
*
st/mesa: Remove unneeded texture format terminators.
Stéphane Marchesin
2011-06-20
1
-2
/
+2
*
st/mesa: put const qualifer on format_map table
Brian Paul
2011-06-20
1
-1
/
+1
*
st/mesa: remove unneeded test for GL_TRUE
Brian Paul
2011-06-17
1
-1
/
+1
*
st/mesa: remove redundant _mesa_is_depth_format() call
Brian Paul
2011-06-17
1
-2
/
+1
*
st/mesa: remove trailing whitespace in st_format.c
Brian Paul
2011-06-17
1
-2
/
+2
*
st/mesa: move comment for ChooseTextureFormat() to right place
Brian Paul
2011-06-17
1
-3
/
+4
*
st/mesa: fix indentation, whitespace
Brian Paul
2011-06-14
1
-69
/
+74
*
st/mesa: replace st->ctx with ctx
Brian Paul
2011-06-14
7
-69
/
+80
*
st/mesa: fix comments, whitespace
Brian Paul
2011-06-14
1
-3
/
+4
*
st/mesa: improved is_interleaved_arrays() checking
Brian Paul
2011-06-14
1
-31
/
+19
*
st/mesa: rebind vertex arrays if _NEW_BUFFER_OBJECT is dirty
Marek Olšák
2011-06-13
1
-1
/
+2
*
st/mesa: more helpful debug message in destroy_program_variants_cb()
Brian Paul
2011-06-08
1
-2
/
+2
*
st: use _mesa_is_bufferobj()
Brian Paul
2011-06-08
1
-3
/
+4
*
st/mesa: fix renderbuffer internal format for accum buffer
Brian Paul
2011-06-06
1
-1
/
+2
*
st/mesa: add GL_R11F_G11F_B10F to format table
Brian Paul
2011-06-02
1
-0
/
+4
*
st/mesa: add format table entry for GL_RGB9_E5
Brian Paul
2011-06-01
1
-0
/
+4
*
st/mesa: don't use resource_copy_region for CopyPixels with conditional render
Marek Olšák
2011-05-30
1
-1
/
+2
*
st/mesa: conditional rendering should not kill texture decompression via blit
Marek Olšák
2011-05-30
1
-0
/
+11
*
st/mesa: CopyTex(Sub)Image should not be killed by conditional rendering
Marek Olšák
2011-05-30
1
-0
/
+12
*
st/mesa: BlitFramebuffer should not be killed by conditional rendering
Marek Olšák
2011-05-30
1
-1
/
+13
*
st/mesa: GenerateMipmap should not be killed by conditional rendering
Marek Olšák
2011-05-30
3
-2
/
+22
*
st/mesa: fix typos and add some format fallbacks in format_map
Marek Olšák
2011-05-30
1
-11
/
+11
*
st/mesa: consolidate listing of depth formats
Marek Olšák
2011-05-30
1
-11
/
+12
*
st/mesa: add GL_DEPTH_COMPONENT32 fallback formats
Marek Olšák
2011-05-30
1
-1
/
+4
*
st/mesa: fix changing internal format via RenderbufferStorage
Marek Olšák
2011-05-30
1
-5
/
+2
*
st/mesa: simplify some st_context(ctx)->pipe code
Brian Paul
2011-05-25
6
-10
/
+9
*
st/mesa: fix incorrect texture level/face/slice accesses
Brian Paul
2011-05-25
2
-12
/
+21
*
st/mesa: prefer formats without stencil for DEPTH_COMPONENT
Brian Paul
2011-05-24
1
-4
/
+6
*
st/mesa: rewrite st_choose_format() to be table driven
Brian Paul
2011-05-24
1
-905
/
+549
*
st/mesa: assign renderbuffer's format field when allocating storage
pepp
2011-05-21
1
-0
/
+1
*
mesa/st: split updating vertex and fragment shader stages.
Dave Airlie
2011-05-18
3
-8
/
+12
*
st/mesa: only memset sampler when about to use it.
Dave Airlie
2011-05-18
1
-3
/
+2
*
st/mesa: overhaul vertex/fragment sampler and sampler views.
Dave Airlie
2011-05-16
4
-154
/
+225
*
st/mesa: set correct baseInternalFormat for _mesa_texstore in DrawPixels
Marek Olšák
2011-05-14
1
-3
/
+4
*
st/mesa: expose ARB_shader_texture_lod if SM3 is supported
Marek Olšák
2011-05-13
1
-0
/
+4
*
gallium: implement seamless cubemap extensions
Marek Olšák
2011-05-06
2
-0
/
+11
*
mesa,st/mesa: fix WPOS adjustment
Christoph Bumiller
2011-05-03
1
-39
/
+71
*
st/mesa: remove set-but-unused variables
Marek Olšák
2011-05-01
2
-12
/
+0
*
st/mesa: expose ARB_ES2_compatibility if GL_FIXED vertex format is supported
Marek Olšák
2011-04-30
1
-0
/
+6
[next]