index
:
~rib/mesa
wayland
wip/egl-extensions
Robert Bragg's personal mesa repository
rib
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-13
i965: Comment gen6_hiz_get_framebuffer_enum()
Chad Versace
1
-4
/
+6
2012-01-13
gen6_hiz: Don't bind GL_DRAW_FRAMEBUFFER on GLES
Neil Roberts
1
-5
/
+29
2012-01-13
mesa: s/GLushort/GLubyte/ in pack_ubyte_AL44()
Brian Paul
1
-1
/
+1
2012-01-13
osmesa: fix renderbuffer format selection
Brian Paul
1
-46
/
+42
2012-01-13
gallivm: Allow target specific intrinsics in lp_declare_intrinsic()
Tom Stellard
1
-7
/
+0
2012-01-13
gbm: Add documentation for the public facing API
Rob Bradford
3
-2
/
+162
2012-01-12
i965: Fix Coverity wrong sizeof argument defect.
Vinson Lee
1
-1
/
+1
2012-01-12
i965: Set pitch of pull constant buffers to 16.
Paul Berry
2
-2
/
+2
2012-01-12
i965 gen4-6: Fix off-by-one errors brw_create_constant_surface()
Paul Berry
1
-3
/
+3
2012-01-12
nv50/ir: make use of TGSI_INTERPOLATE_COLOR
Christoph Bumiller
3
-10
/
+10
2012-01-12
nvc0: fix submission of VertexID and EdgeFlag in push mode
Christoph Bumiller
9
-21
/
+84
2012-01-12
osmesa: fix glReadPixels, etc
Brian Paul
1
-1
/
+57
2012-01-12
intel: move declaration before code
Brian Paul
1
-1
/
+1
2012-01-12
intel: fix mapping of malloc'd renderbuffers
Brian Paul
1
-0
/
+15
2012-01-12
mesa: Throw the required error for glCopyPixels from multisample FBO.
Eric Anholt
1
-0
/
+6
2012-01-12
mesa: Throw the required error for glCopyTex{Sub,}Image from multisample FBO.
Eric Anholt
1
-0
/
+14
2012-01-12
mesa: Throw the required error for glReadPixels() from a multisampled FBO.
Eric Anholt
1
-0
/
+5
2012-01-12
mesa: Avoid short-circuiting realloc of renderbuffers to new sample count.
Eric Anholt
1
-1
/
+2
2012-01-12
meta: Add GL_RED/GL_RG support to meta CopyTexImage.
Eric Anholt
1
-1
/
+4
2012-01-12
i965/gen7: Fix depth buffer rendering to tile offsets.
Eric Anholt
2
-4
/
+4
2012-01-12
mesa: remove incorrect (float) cast in mipmap do_row()
Brian Paul
1
-1
/
+1
2012-01-12
swrast: use BITFIELD64_BIT() macro to fix MSVC warnings
Brian Paul
3
-5
/
+5
2012-01-12
mesa: fix ir_variable declaration
Brian Paul
1
-1
/
+1
2012-01-12
mesa: fix incorrect float vs. int values in a few places
Brian Paul
1
-3
/
+3
2012-01-12
meta: fix incorrect argument order in setup_texture_coords() call
Brian Paul
1
-1
/
+1
2012-01-12
mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functions
Brian Paul
7
-48
/
+52
2012-01-12
mesa: whitespace, 80-column wrapping in buffers.c
Brian Paul
1
-2
/
+6
2012-01-12
mesa: remove obsolete comment on _mesa_dest_buffer_exists()
Brian Paul
1
-1
/
+0
2012-01-12
st/mesa: whitespace fixes, 80-column wrapping
Brian Paul
1
-14
/
+21
2012-01-12
mesa/gallium: add FFS_DEFINED to protect ffs() from multiple definitions
Brian Paul
2
-0
/
+9
2012-01-12
st/mesa: re-order #includes in st_manager.c
Brian Paul
1
-10
/
+10
2012-01-12
sofpipe: remove extraneous semicolon
Brian Paul
1
-1
/
+1
2012-01-12
st/mesa: fix struct vs. class compilation warning
Brian Paul
1
-1
/
+1
2012-01-12
r600g: don't advertise integers yet on r600.
Dave Airlie
1
-2
/
+0
2012-01-12
mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms
Brian Paul
14
-42
/
+35
2012-01-12
st/xa: Bump version to 1.0.0 according to the README
Thomas Hellstrom
2
-4
/
+4
2012-01-12
svga: Fix user clip planes.
José Fonseca
2
-4
/
+3
2012-01-12
softpipe: bump max texture array layers to 256.
Dave Airlie
1
-1
/
+1
2012-01-12
gallium/svga: Pass the SVGA3D_SURFACE_HINT_RENDERTARGET flag to the device
Thomas Hellstrom
1
-3
/
+6
2012-01-11
vbo: fix breakage from previous commit
Brian Paul
1
-1
/
+1
2012-01-11
vbo: fix void * arithmetic compilation error on MSVC
Brian Paul
1
-4
/
+5
2012-01-12
vbo: introduce vbo_get_minmax_indices function
Yuanhan Liu
8
-17
/
+53
2012-01-11
mesa: remove const qualifier from fProg to silence warning
Brian Paul
1
-1
/
+1
2012-01-11
mesa: include uniforms.h to silence warning, remove unused var
Brian Paul
1
-2
/
+1
2012-01-11
Enable is_front_buffer_rendering variable in case of GL_FRONT_AND_BACK
Anuj Phogat
1
-1
/
+1
2012-01-11
mesa: Remove unused opengl version macro
Jakob Bornecrantz
1
-11
/
+0
2012-01-11
rbug: Silence warning
Jakob Bornecrantz
1
-1
/
+2
2012-01-11
i965: Don't use _mesa_ir_link_shader to do our dirty work
Ian Romanick
1
-7
/
+85
2012-01-11
i965: Don't calculate masks of used FS inputs
Ian Romanick
1
-0
/
+15
2012-01-11
linker: Calculate used samplers and shadow samplers in the linker
Ian Romanick
4
-39
/
+64
[prev]
[next]