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: remove unneeded #includes and add/update comments
Brian Paul
2010-04-23
1
-9
/
+7
*
|
|
st/mesa: clean-up: use st_context() everywhere
Brian Paul
2010-04-23
20
-114
/
+138
*
|
|
st/mesa: re-do binding flags in st_ChooseTextureFormat(), again
Brian Paul
2010-04-23
1
-12
/
+17
*
|
|
st/mesa: replace 'usage' with 'bindings'
Brian Paul
2010-04-23
1
-12
/
+20
*
|
|
st/mesa: replace 'usage' with 'bindings' to be consistent
Brian Paul
2010-04-23
1
-10
/
+6
*
|
|
st/mesa: don't set RENDER_TARGET/DEPTH_STENCIL flag for compressed textures
Brian Paul
2010-04-23
1
-5
/
+7
*
|
|
st/mesa: get rid of default_deep_rgba_format()
Brian Paul
2010-04-23
1
-23
/
+1
*
|
|
mesa/st: Remove dead members.
José Fonseca
2010-04-23
1
-1
/
+0
*
|
|
st/mesa: assert that binding flags are properly set for drawing surfaces
Brian Paul
2010-04-22
1
-0
/
+10
*
|
|
st/mesa: fix binding flags in st_ChooseTextureFormat()
Brian Paul
2010-04-22
1
-1
/
+14
*
|
|
st/mesa: consolidate code for finding supported formats
Brian Paul
2010-04-22
1
-92
/
+57
*
|
|
st/mesa: refactor depth/stencil format selection code
Brian Paul
2010-04-22
1
-12
/
+45
*
|
|
Merge branch '7.8'
Brian Paul
2010-04-22
1
-0
/
+4
|
\
|
|
|
|
/
|
/
|
|
*
st/mesa: add cases for MESA_FORMAT_Z24_X8, MESA_FORMAT_X8_Z24
Brian Paul
2010-04-22
1
-0
/
+4
*
|
mesa/st: Translate a few more mesa/gallium formats.
José Fonseca
2010-04-21
2
-5
/
+17
*
|
gallium: replace pipe_resource::_usage with pipe_resource::usage
Brian Paul
2010-04-20
2
-2
/
+2
*
|
Merge branch 'gallium-index-bias'
José Fonseca
2010-04-20
2
-7
/
+7
|
\
\
|
*
|
mesa/st: Update for index bias interface change.
José Fonseca
2010-04-19
2
-7
/
+7
*
|
|
Merge branch '7.8'
Jesse Barnes
2010-04-19
1
-5
/
+8
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
st/mesa: invert scissor rect depending on FB orientation
Brian Paul
2010-04-19
1
-5
/
+8
*
|
|
Merge branch '7.8'
Brian Paul
2010-04-19
2
-2
/
+2
|
\
|
|
|
*
|
gallium/draw: use correct rasterization state for wide/AA points/lines
Brian Paul
2010-04-19
2
-2
/
+2
*
|
|
st/mesa: s/st_get_stobj_texture/st_get_stobj_resource/
Brian Paul
2010-04-18
1
-1
/
+1
*
|
|
st/mesa: s/st_get_texobj_texture/st_get_texobj_resource/
Brian Paul
2010-04-18
3
-4
/
+4
*
|
|
st/mesa: remove st_texture_object::pipe field
Brian Paul
2010-04-18
8
-14
/
+15
*
|
|
st/mesa: s/st_renderbuffer_get_sampler_view/st_get_renderbuffer_sampler_view/
Brian Paul
2010-04-18
4
-5
/
+5
*
|
|
st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/
Brian Paul
2010-04-18
5
-9
/
+9
*
|
|
st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/
Brian Paul
2010-04-18
6
-6
/
+6
|
|
/
|
/
|
*
|
st/mesa: add prototype for st_bufferobj_validate_usage()
Brian Paul
2010-04-16
1
-0
/
+6
*
|
st/mesa: Remove NULL check of pointer that could not be NULL.
Vinson Lee
2010-04-16
1
-4
/
+3
*
|
st/mesa: Move dereference and assignment to after NULL check.
Vinson Lee
2010-04-15
1
-1
/
+2
*
|
st/mesa: Remove unnecessary headers.
Vinson Lee
2010-04-14
1
-3
/
+0
*
|
st/mesa: put ATI_texture_mirror_once in the right place
Marek Olšák
2010-04-14
1
-2
/
+1
*
|
st/mesa: trivially enable ATI_texture_mirror_once
Marek Olšák
2010-04-14
1
-0
/
+2
*
|
st/mesa: Drop st_public support.
Chia-I Wu
2010-04-13
15
-1017
/
+22
*
|
st/mesa: half float vertex support (unexposed)
Luca Barbieri
2010-04-12
1
-1
/
+10
*
|
st/mesa: Silence uninitialized variable warning.
Vinson Lee
2010-04-10
1
-1
/
+1
*
|
Squashed commit of the following:
Keith Whitwell
2010-04-10
28
-380
/
+426
*
|
Fix copyright headers.
Chia-I Wu
2010-04-10
4
-20
/
+24
*
|
Merge branch '7.8'
Brian Paul
2010-04-09
1
-21
/
+20
|
\
|
|
*
st/mesa: fix glDrawPixels(GL_DEPTH_COMPONENT) regression
Brian Paul
2010-04-08
1
-21
/
+20
|
*
st/mesa: use BITFIELD64_BIT to access shader OutputsWritten in more places
Ben Skeggs
2010-03-31
2
-4
/
+4
*
|
st/mesa: new assertions to check array indexes
Brian Paul
2010-04-09
1
-0
/
+3
*
|
mesa: Add OES_EGL_image to extension list.
Chia-I Wu
2010-04-06
1
-0
/
+3
*
|
st/mesa: reformatting
Brian Paul
2010-04-05
1
-5
/
+5
*
|
st/mesa: put fragment wpos code into separate function
Brian Paul
2010-04-05
1
-46
/
+60
*
|
st/mesa: trivially enable GL_EXT_gpu_program_parameters
Marek Olšák
2010-04-05
1
-0
/
+1
*
|
st/mesa: call pipe_context::draw_arrays/elements_instanced()
Brian Paul
2010-04-04
1
-4
/
+19
*
|
st/mesa: Implement GL_OES_EGL_image driver hooks.
Chia-I Wu
2010-04-04
5
-0
/
+243
*
|
Merge branch 'gallium-new-formats'
Roland Scheidegger
2010-03-31
5
-41
/
+41
|
\
\
[prev]
[next]