index
:
~gb/mesa
04.MESA_drm_image
11.wayland_interlaced
20.EXT_image_dma_buf_import
21.VA_pixel_buffer
master
{merged}/01.EXT_texture_rg
{merged}/02.DRI_image_interface
{merged}/03.DRI_image_interface.intel
{merged}/10.wayland-drm
Personal repository of the Mesa 3D library
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-09
egl: add initial implementation for VA/EGL interop.
21.VA_pixel_buffer-r1
Gwenole Beauchesne
7
-0
/
+209
2012-08-09
egl_dri2: move DRI image descriptors to common code.
Gwenole Beauchesne
1
-44
/
+69
2012-08-08
st/mesa: Initialize tgsi_texture_offset Padding field.
Vinson Lee
1
-0
/
+1
2012-08-08
glx/dri: Initialize reset to __DRI_CTX_RESET_NO_NOTIFICATION.
Kenneth Graunke
2
-2
/
+2
2012-08-08
intel: use _mesa_meta_Clear with OpenGL ES 1.1 v2
Tapani Pälli
2
-4
/
+9
2012-08-08
i965: Rework the extra flushes surrounding occlusion queries.
Kenneth Graunke
1
-7
/
+4
2012-08-08
i965/vs: Protect pow(x,y) MOV of y on gen4 from other instruction flags.
Eric Anholt
1
-0
/
+4
2012-08-08
i965: Drop the confusing saturate argument to math instruction setup.
Eric Anholt
8
-44
/
+6
2012-08-08
i965: Make brw_set_saturate() use stdbool.
Eric Anholt
2
-3
/
+3
2012-08-08
mesa: In conditional rendering fallback, check the query status.
Eric Anholt
1
-0
/
+2
2012-08-08
mesa: Fix glPopAttrib() behavior on GL_FRAMEBUFFER_SRGB.
Eric Anholt
1
-0
/
+13
2012-08-08
Make shared-glapi the default
Ian Romanick
1
-2
/
+2
2012-08-08
mesa/tests: Fix trivial typos in src/mapi/glapi tests
Ian Romanick
1
-4
/
+4
2012-08-08
mesa/tests: Add tests for the generated shared-glapi dispatch table
Ian Romanick
5
-0
/
+492
2012-08-08
glapi: Prevent accidental use of lies w/shared-glapi
Ian Romanick
1
-0
/
+6
2012-08-08
glx: Don't use glapitable.h at all
Ian Romanick
4
-7
/
+14
2012-08-08
glx: Don't rely on struct _glapi_table
Ian Romanick
3
-680
/
+675
2012-08-08
mesa/tests: Don't build glapi tests with shared-glapi
Ian Romanick
1
-0
/
+2
2012-08-08
i965: Use 64-bit writes for occlusion queries.
Kenneth Graunke
1
-2
/
+3
2012-08-08
i965: Refactor depth count write PIPE_CONTROLs into a helper function.
Kenneth Graunke
1
-68
/
+43
2012-08-08
i965: Emit a CS stall before timestamp writes.
Kenneth Graunke
1
-0
/
+14
2012-08-08
i965: Use 64-bit writes for timestamp queries.
Kenneth Graunke
1
-2
/
+3
2012-08-08
i965: Refactor timestamp write PIPE_CONTROLs into a helper function.
Kenneth Graunke
1
-50
/
+30
2012-08-08
intel: Make the length for PIPE_CONTROL explicit.
Kenneth Graunke
4
-20
/
+20
2012-08-08
swrast: add missing switch case for API_OPENGL_CORE
Brian Paul
1
-0
/
+2
2012-08-08
gallivm: remove unused src_elem_type variable
Brian Paul
1
-2
/
+1
2012-08-08
svga: remove unused svga_shader::use_sm30 field, add comments
Brian Paul
2
-4
/
+9
2012-08-08
svga: remove unused svga_winsys_handle type
Brian Paul
1
-3
/
+0
2012-08-08
radeonsi: If pixel shader compilation fails, use a dummy shader.
Michel Dänzer
4
-1
/
+25
2012-08-08
radeonsi: fix memory leak and/or segfaults
Christian König
1
-1
/
+1
2012-08-08
radeon/winsys: fix winsys VM handling
Christian König
1
-3
/
+4
2012-08-07
translate: Fix typo in is_legal_int_format_combo.
Vinson Lee
1
-1
/
+1
2012-08-07
r600g: remove unused parameters in texture functions
Marek Olšák
1
-5
/
+3
2012-08-07
i965: Enable uniform buffer objects on gen6+.
Eric Anholt
2
-1
/
+2
2012-08-07
i965/vs: Add support for loading uniform buffer variables as pull constants.
Eric Anholt
2
-2
/
+55
2012-08-07
i965/fs: Add support for loading uniform buffer variables as pull constants.
Eric Anholt
3
-1
/
+50
2012-08-07
i965/vs: Add a surface index to VS_OPCODE_PULL_CONSTANT instructions.
Eric Anholt
3
-10
/
+17
2012-08-07
i965/fs: Communicate the pull constant block read parameters through fs_regs.
Eric Anholt
3
-6
/
+20
2012-08-07
i965: Bind UBOs as surfaces like we do for pull constants.
Eric Anholt
6
-3
/
+110
2012-08-07
i965: Add an offset argument to constant buffer setup.
Eric Anholt
5
-6
/
+11
2012-08-07
mesa: Add support for glUniformBlockBinding() in display lists.
Eric Anholt
1
-0
/
+27
2012-08-07
mesa: Unbind uniform buffer bindings on glDeleteBuffers().
Eric Anholt
1
-0
/
+7
2012-08-07
mesa: Default to GL 3.1's limits on uniform blocks.
Eric Anholt
1
-11
/
+15
2012-08-07
glsl: Refuse to parse uniform block declarations when UBOs aren't available.
Eric Anholt
1
-0
/
+20
2012-08-07
glsl: Align GL_UNIFORM_BLOCK_DATA_SIZE according to std140 rules.
Eric Anholt
1
-1
/
+13
2012-08-07
glsl: Only flag RowMajor on matrix-type variables.
Eric Anholt
1
-5
/
+9
2012-08-07
glsl: Fix calculation of std140 offset alignment for mat2s.
Eric Anholt
1
-4
/
+9
2012-08-07
glsl: Fix glGetActiveUniformsiv(GL_UNIFORM_BLOCK_INDEX).
Eric Anholt
1
-3
/
+13
2012-08-07
ir_to_mesa: Don't whack the ->location field of uniform block variables.
Eric Anholt
1
-1
/
+1
2012-08-07
mesa: Make glBindBufferBase/glBindBufferRange() work on just-genned names.
Eric Anholt
1
-12
/
+25
[next]