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
/
st_cb_drawpixels.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: add st_context parameter to st_mesa_format_to_pipe_format
Marek Olšák
2014-08-11
1
-1
/
+1
*
st/mesa: fix DrawPixels(GL_STENCIL_INDEX)
Marek Olšák
2014-08-09
1
-7
/
+4
*
mesa/sso: rename Shader to the pointer _Shader
Gregory Hainaut
2014-03-25
1
-1
/
+1
*
gallium: allow setting of the internal stream output offset
Zack Rusin
2014-03-07
1
-1
/
+1
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-2
/
+2
*
mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...
Paul Berry
2014-01-21
1
-1
/
+1
*
mesa: Update gl_scissor_attrib to support ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
1
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
st/mesa: add support for layered framebuffers and consolidate code
Marek Olšák
2013-12-03
1
-9
/
+10
*
st/mesa: handle SNORM formats in generic CopyPixels path
Marek Olšák
2013-06-30
1
-0
/
+6
*
st/mesa: fix temp texture bindings in st_CopyPixels()
Chia-I Wu
2013-06-14
1
-17
/
+13
*
st/mesa: make generic CopyPixels path work with MSAA visuals
Marek Olšák
2013-06-13
1
-92
/
+70
*
st/mesa: don't use blit_copy_pixels if an occlusion query is active
Marek Olšák
2013-06-13
1
-1
/
+2
*
st/mesa: rework blit_copy_pixels to use pipe->blit
Marek Olšák
2013-06-13
1
-35
/
+79
*
gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...
José Fonseca
2013-04-23
1
-1
/
+2
*
st/mesa: add support for ARB_texture_multisample (v3)
Dave Airlie
2013-04-11
1
-1
/
+1
*
st/mesa: remove #include mfeatures.h
Brian Paul
2013-04-09
1
-1
/
+0
*
mesa: don't set _ClampFragmentColor to TRUE if it has no effect
Marek Olšák
2013-04-06
1
-4
/
+2
*
st/mesa: fix bitmap,drawpix,drawtex for PIPE_CAP_TGSI_TEXCOORD
Christoph Bumiller
2013-04-03
1
-1
/
+4
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-5
/
+5
*
st/mesa: try to find exact format matching user format and type for DrawPixels
Marek Olšák
2013-02-14
1
-9
/
+19
*
st/mesa: get rid of GET_CURRENT_CONTEXT in st_choose_format
Marek Olšák
2013-02-06
1
-3
/
+3
*
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
1
-2
/
+4
*
st/mesa: whitespace/indentation fix
Brian Paul
2013-02-01
1
-2
/
+2
*
st/mesa: do proper error checking for u_upload_alloc() calls
Brian Paul
2013-01-25
1
-3
/
+2
*
st/mesa: silence assorted MSVC warnings in DrawPixels code
Brian Paul
2013-01-25
1
-2
/
+2
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
1
-3
/
+5
*
mesa/st: Don't use 4bits for GL_UNSIGNED_BYTE_3_3_2(_REV)
José Fonseca
2012-10-25
1
-0
/
+2
*
mesa/st: Fix assertions.
José Fonseca
2012-10-12
1
-2
/
+2
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-33
/
+27
*
mesa: remove FEATURE_drawpix define.
Oliver McFadden
2012-09-15
1
-4
/
+0
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-4
/
+4
*
st/mesa: don't clamp fragment color with integer colorbuffer
Marek Olšák
2012-08-15
1
-2
/
+4
*
gallium: consolidate CSO sampler and sampler_view functions
Brian Paul
2012-08-03
1
-8
/
+8
*
mesa: add glformats integer type/format detection routines
Jordan Justen
2012-07-21
1
-1
/
+2
*
mesa,st/mesa: implement GL_RGB565 from ARB_ES2_compatibility
Marek Olšák
2012-07-13
1
-0
/
+2
*
gallium: add util_format_stencil_only helper function
Marek Olšák
2012-07-12
1
-21
/
+2
*
st/mesa: clamp glDrawPixels size to max texture size
Brian Paul
2012-06-19
1
-0
/
+31
*
st/mesa: move st_validate_state() call earlier in st_DrawPixels()
Brian Paul
2012-06-19
1
-5
/
+5
*
st/mesa: fix glDrawPixels(GL_DEPTH_COMPONENT) color output
Brian Paul
2012-06-14
1
-2
/
+11
*
st/mesa: no-op glCopyPixels if source region is out of bounds
Brian Paul
2012-04-23
1
-1
/
+9
*
st/mesa: write vertices directly into the buffer in glDrawPixels
Marek Olšák
2012-04-18
1
-17
/
+15
*
st/mesa: use u_upload_mgr to upload vertices for glDrawPixels
Marek Olšák
2012-04-18
1
-8
/
+9
*
st/mesa: stop using MAX_WIDTH in st_cb_drawpixels.c
Brian Paul
2012-02-24
1
-26
/
+29
*
st/mesa: use _mesa_pack_ubyte_stencil_row() in draw_stencil_pixels()
Brian Paul
2012-02-15
1
-42
/
+2
*
st/mesa: remove st_renderbuffer::format
Brian Paul
2012-02-15
1
-6
/
+7
*
st/mesa: do vertex and fragment color clamping in shaders
Marek Olšák
2012-01-25
1
-1
/
+4
*
Squash-merge branch 'gallium-clip-state'
Marek Olšák
2012-01-10
1
-0
/
+1
*
mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functions
Brian Paul
2012-01-02
1
-1
/
+0
[next]