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
/
st_cb_drawpixels.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'glsl-to-tgsi'
Bryan Cain
2011-08-04
1
-0
/
+44
|
\
|
*
st/mesa: replace duplicated create_color_map_texture() function with shared f...
Bryan Cain
2011-08-04
1
-22
/
+1
|
*
st/mesa, glsl_to_tgsi: support glDrawPixels/glCopyPixels with a GLSL fragment...
Bryan Cain
2011-08-01
1
-0
/
+65
*
|
st/mesa: choose a matching depth internal format for DrawPixels
Marek Olšák
2011-07-12
1
-2
/
+27
*
|
st/mesa: get rid of unnecessary 'goto' in DrawPixels
Marek Olšák
2011-07-11
1
-10
/
+6
*
|
st/mesa: derive a stencil sampler format from the actual texture format
Marek Olšák
2011-07-11
1
-44
/
+26
*
|
st/mesa: implement read/draw/copypixels for Z32F and Z32F_S8X24
Marek Olšák
2011-07-10
1
-9
/
+55
*
|
st/mesa: Use correct internal target
Emil Velikov
2011-06-29
1
-2
/
+2
*
|
st/mesa: prefer native texture formats when possible.
Stéphane Marchesin
2011-06-22
1
-4
/
+6
|
/
*
st/mesa: don't use resource_copy_region for CopyPixels with conditional render
Marek Olšák
2011-05-30
1
-1
/
+2
*
st/mesa: simplify some st_context(ctx)->pipe code
Brian Paul
2011-05-25
1
-2
/
+2
*
st/mesa: fix incorrect texture level/face/slice accesses
Brian Paul
2011-05-25
1
-9
/
+15
*
st/mesa: set correct baseInternalFormat for _mesa_texstore in DrawPixels
Marek Olšák
2011-05-14
1
-3
/
+4
*
st/mesa: remove set-but-unused variables
Marek Olšák
2011-05-01
1
-2
/
+0
*
st/mesa: support EXT_packed_float
Marek Olšák
2011-04-29
1
-0
/
+4
*
st/mesa: support EXT_texture_shared_exponent
Marek Olšák
2011-04-29
1
-0
/
+4
*
st/mesa: choose an appropriate texture format for DrawPixels
Marek Olšák
2011-03-29
1
-3
/
+49
*
gallium: implement clamping controls (ARB_color_buffer_float)
Luca Barbieri
2011-03-29
1
-0
/
+1
*
st/mesa: use BITFIELD64_BIT() macro in a few more places
Brian Paul
2011-03-15
1
-2
/
+2
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
1
-1
/
+1
*
mesa: move PBO-related functions into a new file
Brian Paul
2011-02-28
1
-0
/
+1
*
st/mesa: check buffer orientation in blit_copy_pixels()
Brian Paul
2011-02-18
1
-3
/
+4
*
st/mesa: implement blit-based path for glCopyPixels
Brian Paul
2011-02-17
1
-0
/
+114
*
st/mesa: indentation fix
Brian Paul
2011-02-17
1
-1
/
+1
*
st/mesa: fix incorrect glCopyPixels position on fallback path
Brian Paul
2011-02-17
1
-3
/
+4
*
gallium: add usage parameter to pipe_buffer_create
Marek Olšák
2011-02-15
1
-0
/
+1
*
gallium: always save and restore vertex buffers using cso_cache
Marek Olšák
2011-02-14
1
-1
/
+3
*
st/mesa: pass layers param to st_texture_create()
Brian Paul
2011-01-28
1
-1
/
+1
*
st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGB
Brian Paul
2011-01-22
1
-3
/
+7
*
st/mesa: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
st/mesa: Include mtypes.h in st_cb_drawpixels.c.
Vinson Lee
2011-01-05
1
-0
/
+1
*
st/mesa: s/varient/variant
Brian Paul
2010-12-16
1
-16
/
+16
*
Squashed commit of the following (st-mesa-per-context-shaders branch):
Brian Paul
2010-12-13
1
-72
/
+127
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-24
/
+21
*
st/mesa: fix glDrawPixels(depth/stencil) bugs
Brian Paul
2010-11-15
1
-13
/
+39
*
st/mesa: be smarter choosing texture format for glDrawPixels()
Brian Paul
2010-10-23
1
-4
/
+46
*
mesa: split up the image.c file
Brian Paul
2010-10-23
1
-0
/
+1
*
st/mesa: update function name, comments
Brian Paul
2010-10-15
1
-6
/
+14
*
st/mesa: reformatting in st_cb_drawpixels.c
Brian Paul
2010-10-15
1
-20
/
+32
*
st/mesa: fix regressions in glDrawPixels(GL_STENCIL_INDEX)
Brian Paul
2010-10-15
1
-6
/
+22
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-9
/
+9
*
st/mesa: use shader stencil export to accelerate shader drawpixels.
Dave Airlie
2010-10-13
1
-57
/
+128
*
st/mesa: add option to choose a texture format that we won't render to.
Dave Airlie
2010-10-13
1
-1
/
+1
*
st/mesa: use the wrapped renderbuffer in CopyPixels()
Brian Paul
2010-09-24
1
-1
/
+11
*
mesa: Removed another unused variable.
José Fonseca
2010-08-22
1
-1
/
+0
*
mesa: Remove unsused local variable.
José Fonseca
2010-08-21
1
-1
/
+0
*
mesa/st: support using PIPE_TEXTURE_RECT internally
Luca Barbieri
2010-08-20
1
-33
/
+9
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-3
/
+3
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-22
/
+22
|
\
|
*
mesa/st: adapt to interface changes
Roland Scheidegger
2010-05-17
1
-22
/
+22
[next]