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
*
vl/video_buffer: add support for interlaced buffers
Christian König
2012-01-15
3
-13
/
+25
*
vl/video_buffer: improve constructor
Christian König
2012-01-15
2
-45
/
+84
*
vl/video_buffer: use template style create params
Christian König
2012-01-15
7
-69
/
+71
*
r600g: vertex id support.
Dave Airlie
2012-01-15
1
-8
/
+15
*
r600g: make u2f trans only
Dave Airlie
2012-01-15
1
-1
/
+1
*
nvfx: random cleanups of the state validation code
Lucas Stach
2012-01-15
1
-27
/
+22
*
nvfx: drop render temporaries code
Lucas Stach
2012-01-15
4
-172
/
+18
*
nvfx: rework state_fb code to get rid of render temps
Lucas Stach
2012-01-15
4
-146
/
+72
*
nvfx: say no to stream output caps
Lucas Stach
2012-01-15
1
-1
/
+5
*
mesa: update compute_version for GL3
Marek Olšák
2012-01-15
1
-4
/
+2
*
gallium: improve the pipe_stream_output_info struct (v2)
Marek Olšák
2012-01-15
13
-151
/
+57
*
r600g: add r600 version of UINT_TO_FLT conversion.
Dave Airlie
2012-01-14
1
-0
/
+1
*
r600g: fix r600 f2i to be trans only emitted.
Dave Airlie
2012-01-14
1
-1
/
+1
*
r600g: add missing case for uint->flt conversion.
Dave Airlie
2012-01-14
1
-0
/
+1
*
r600g: add missing r32 uint/sint fbo formats.
Dave Airlie
2012-01-14
2
-0
/
+8
*
r600g: add support for virtual address space on cayman v11
Jerome Glisse
2012-01-13
13
-48
/
+370
*
scons: Fix libGL.so build.
Roland Scheidegger
2012-01-13
1
-0
/
+1
*
i965: Comment gen6_hiz_get_framebuffer_enum()
Chad Versace
2012-01-13
1
-4
/
+6
*
gen6_hiz: Don't bind GL_DRAW_FRAMEBUFFER on GLES
Neil Roberts
2012-01-13
1
-5
/
+29
*
mesa: s/GLushort/GLubyte/ in pack_ubyte_AL44()
Brian Paul
2012-01-13
1
-1
/
+1
*
osmesa: fix renderbuffer format selection
Brian Paul
2012-01-13
1
-46
/
+42
*
gallivm: Allow target specific intrinsics in lp_declare_intrinsic()
Tom Stellard
2012-01-13
1
-7
/
+0
*
gbm: Add documentation for the public facing API
Rob Bradford
2012-01-13
3
-2
/
+162
*
i965: Fix Coverity wrong sizeof argument defect.
Vinson Lee
2012-01-12
1
-1
/
+1
*
i965: Set pitch of pull constant buffers to 16.
Paul Berry
2012-01-12
2
-2
/
+2
*
i965 gen4-6: Fix off-by-one errors brw_create_constant_surface()
Paul Berry
2012-01-12
1
-3
/
+3
*
nv50/ir: make use of TGSI_INTERPOLATE_COLOR
Christoph Bumiller
2012-01-12
3
-10
/
+10
*
nvc0: fix submission of VertexID and EdgeFlag in push mode
Christoph Bumiller
2012-01-12
9
-21
/
+84
*
osmesa: fix glReadPixels, etc
Brian Paul
2012-01-12
1
-1
/
+57
*
intel: move declaration before code
Brian Paul
2012-01-12
1
-1
/
+1
*
intel: fix mapping of malloc'd renderbuffers
Brian Paul
2012-01-12
1
-0
/
+15
*
mesa: Throw the required error for glCopyPixels from multisample FBO.
Eric Anholt
2012-01-12
1
-0
/
+6
*
mesa: Throw the required error for glCopyTex{Sub,}Image from multisample FBO.
Eric Anholt
2012-01-12
1
-0
/
+14
*
mesa: Throw the required error for glReadPixels() from a multisampled FBO.
Eric Anholt
2012-01-12
1
-0
/
+5
*
mesa: Avoid short-circuiting realloc of renderbuffers to new sample count.
Eric Anholt
2012-01-12
1
-1
/
+2
*
meta: Add GL_RED/GL_RG support to meta CopyTexImage.
Eric Anholt
2012-01-12
1
-1
/
+4
*
i965/gen7: Fix depth buffer rendering to tile offsets.
Eric Anholt
2012-01-12
2
-4
/
+4
*
mesa: remove incorrect (float) cast in mipmap do_row()
Brian Paul
2012-01-12
1
-1
/
+1
*
swrast: use BITFIELD64_BIT() macro to fix MSVC warnings
Brian Paul
2012-01-12
3
-5
/
+5
*
mesa: fix ir_variable declaration
Brian Paul
2012-01-12
1
-1
/
+1
*
mesa: fix incorrect float vs. int values in a few places
Brian Paul
2012-01-12
1
-3
/
+3
*
meta: fix incorrect argument order in setup_texture_coords() call
Brian Paul
2012-01-12
1
-1
/
+1
*
mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functions
Brian Paul
2012-01-12
7
-48
/
+52
*
mesa: whitespace, 80-column wrapping in buffers.c
Brian Paul
2012-01-12
1
-2
/
+6
*
mesa: remove obsolete comment on _mesa_dest_buffer_exists()
Brian Paul
2012-01-12
1
-1
/
+0
*
st/mesa: whitespace fixes, 80-column wrapping
Brian Paul
2012-01-12
1
-14
/
+21
*
mesa/gallium: add FFS_DEFINED to protect ffs() from multiple definitions
Brian Paul
2012-01-12
2
-0
/
+9
*
st/mesa: re-order #includes in st_manager.c
Brian Paul
2012-01-12
1
-10
/
+10
*
sofpipe: remove extraneous semicolon
Brian Paul
2012-01-12
1
-1
/
+1
*
st/mesa: fix struct vs. class compilation warning
Brian Paul
2012-01-12
1
-1
/
+1
[next]