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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
st/mesa: add support for gl_ClipDistance
Bryan Cain
2012-01-05
2
-5
/
+61
*
gallium: add support for clip distances
Bryan Cain
2012-01-05
4
-11
/
+39
*
glx/dri2: print FPS when env var LIBGL_SHOW_FPS is 1 (v2)
Marek Olšák
2012-01-05
1
-1
/
+34
*
r300/compiler: fix buffer underflow when setting SEM_WAIT on last instruction
Marek Olšák
2012-01-05
2
-4
/
+4
*
u_vbuf: use cso_cache to cache vertex element states
Marek Olšák
2012-01-05
1
-10
/
+47
*
u_vbuf: implement another upload codepath which unrolls indices
Marek Olšák
2012-01-05
3
-28
/
+121
*
u_vbuf: cleanup variable names to be consistent
Marek Olšák
2012-01-05
1
-13
/
+11
*
u_vbuf: cleanup the computation of how many vertices to upload/translate
Marek Olšák
2012-01-05
1
-16
/
+23
*
u_vbuf: convert min_index,max_index to start,count
Marek Olšák
2012-01-05
1
-19
/
+26
*
util: add helper function util_dump_draw_info
Marek Olšák
2012-01-05
2
-0
/
+34
*
trace: dump primitive restart info
Marek Olšák
2012-01-05
1
-0
/
+3
*
translate: implement translation of 10_10_10_2 types
Marek Olšák
2012-01-05
1
-0
/
+148
*
translate: implement translation of (pure) integer formats
Marek Olšák
2012-01-05
1
-94
/
+252
*
u_format: implement fetch_rgba_uint and fetch_rgba_sint for integer formats
Marek Olšák
2012-01-05
3
-4
/
+32
*
gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
Marek Olšák
2012-01-05
12
-6
/
+57
*
gallium: remove deprecated PIPE_TRANSFER_DISCARD
Marek Olšák
2012-01-05
11
-17
/
+16
*
u_vbuf: translate per-vertex, per-instance, and constant attribs separately
Marek Olšák
2012-01-05
1
-104
/
+236
*
u_vbuf: take start_instance into account when uploading instanced attribs
Marek Olšák
2012-01-05
1
-2
/
+4
*
u_upload_mgr: remove the 'flushed' parameter
Marek Olšák
2012-01-05
9
-39
/
+18
*
u_vbuf: don't map user buffers, just obtain a pointer to them
Marek Olšák
2012-01-05
1
-6
/
+11
*
u_vbuf: only map a subrange of buffers to translate
Marek Olšák
2012-01-05
1
-9
/
+8
*
gallium: fix behavior of pipe_buffer_map_range
Marek Olšák
2012-01-05
5
-15
/
+12
*
u_vbuf: remove the workaround for half floats and translate
Marek Olšák
2012-01-05
1
-20
/
+1
*
translate: implement translation of half floats in the generic codepath
Marek Olšák
2012-01-05
1
-0
/
+21
*
mesa: Remove the dead Varyings list in the program.
Eric Anholt
2012-01-05
2
-6
/
+0
*
mesa: Fix glGetTransformFeedbackVarying().
Eric Anholt
2012-01-05
3
-33
/
+65
*
svga: Trim the dri binary a bit on scons release builds
Jakob Bornecrantz
2012-01-05
1
-1
/
+5
*
svga: Fix texture cube param cap
Jakob Bornecrantz
2012-01-05
1
-2
/
+2
*
tgsi: consolidate TGSI string arrays in new tgsi_strings.h
Brian Paul
2012-01-05
7
-232
/
+255
*
gallium: add STATIC_ASSERT macro
Brian Paul
2012-01-05
1
-0
/
+11
*
mesa: only map src/dest regions in _mesa_copy_buffer_subdata()
Brian Paul
2012-01-05
1
-6
/
+7
*
mesa: print more info in buffer_object_subdata_range_good() error message
Brian Paul
2012-01-05
1
-1
/
+4
*
st/mesa: 80-column wrapping
Brian Paul
2012-01-05
1
-1
/
+2
*
glsl: rename VERSION to VERSION_TOK for automake
Matt Turner
2012-01-04
2
-3
/
+3
*
i965: Enable EXT_texture_integer by default
Ian Romanick
2012-01-04
1
-2
/
+1
*
mesa: Add missing GL_RG_INTEGER cases
Ian Romanick
2012-01-04
1
-0
/
+39
*
i965: Fix infinite loop regression in intel_miptree_all_slices_resolve.
Kenneth Graunke
2012-01-04
1
-1
/
+1
*
i965/vs: Use the proper dimensionality for the sampler result register.
Kenneth Graunke
2012-01-04
1
-1
/
+1
*
i965: Add missing _NEW_TEXTURE dirty bit to brw_vs_prog state atom.
Kenneth Graunke
2012-01-04
1
-0
/
+1
*
mesa: Additional error checks for transform feedback.
Paul Berry
2012-01-04
1
-0
/
+20
*
mesa: Check that all buffers are bound in BeginTransformFeedback.
Paul Berry
2012-01-04
3
-2
/
+22
*
mesa: Fix typos in transform feedback error messages.
Paul Berry
2012-01-04
2
-2
/
+2
*
glsl: Don't use base type for bit-not when there's an error
Ian Romanick
2012-01-04
1
-1
/
+1
*
glx: More hacking around versions of XCB that lack GLX_ARB_create_context sup...
Ian Romanick
2012-01-04
3
-4
/
+7
*
gallium/util: fix argument cast in x32_s8_get_tile_rgba() call
Brian Paul
2012-01-04
1
-1
/
+1
*
st/mesa: remove st_CompressedTexSubImage1D/2D/3D()
Brian Paul
2012-01-04
1
-81
/
+3
*
st/mesa: fix indentation in st_copy_texsubimage()
Brian Paul
2012-01-04
1
-5
/
+5
*
st/mesa: remove st_TexImage(), use core Mesa code instead
Brian Paul
2012-01-04
2
-242
/
+41
*
st/mesa: refactor gl_TexImage() code into prep_teximage()
Brian Paul
2012-01-04
1
-17
/
+38
*
intel: Re-enable GL_OES_standard_derivatives on GEN4+
Ian Romanick
2012-01-04
1
-13
/
+9
[prev]
[next]