index
:
~vlj/mesa
arlfixes
cayman-fix
codesize
constbuf
constbuf2
export
export-vs
glsl-to-llvm
glsl-to-llvm-05nov
glsl-to-llvm-sync2
glsl-to-llvm-wip
glsl-to-llvm2
glsl-to-llvm3
glsltollvm
glsltollvmdump
glsltollvmold
interp
interpolation
interpolation2
interpolation3
intrinsics
llvm-simplification
master
modprop
native
r600-llvm
Mesa clone to host some work
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
i915
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-31
gallium: expose ARB_map_buffer_alignment on Radeon
Marek Olšák
1
-0
/
+1
2012-10-31
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2
-7
/
+7
2012-10-18
gallium: remove unused data pointer from pipe_transfer
Marek Olšák
1
-1
/
+0
2012-10-11
gallium: unify transfer functions
Marek Olšák
3
-81
/
+50
2012-10-09
i915g: fix unused variable and type conversion warnings
Marek Olšák
2
-2
/
+1
2012-10-08
i915g: Don't clobber I915_NEW_FS on new framebuffer.
Stéphane Marchesin
1
-1
/
+1
2012-10-06
i915g: Call draw_set_mapped_vertex_buffer from draw_vbo
Stéphane Marchesin
2
-15
/
+17
2012-10-05
i915g: Get rid of the fixup state functions.
Stéphane Marchesin
3
-48
/
+0
2012-10-05
i915g: Remove the i915_context->saved_* stuff.
Stéphane Marchesin
3
-46
/
+23
2012-10-05
i915g: Don't update I915_HW_PROGRAM in update_framebuffer
Stéphane Marchesin
1
-2
/
+2
2012-10-05
Revert "i915g: Don't bind 0-length programs"
Stéphane Marchesin
1
-8
/
+2
2012-10-04
i915g: Don't bind 0-length programs
Stéphane Marchesin
1
-2
/
+8
2012-10-02
i915g: Implement srgb textures the easy way.
Stéphane Marchesin
3
-102
/
+9
2012-10-02
i915g: Use X tiling for textures
Stéphane Marchesin
1
-7
/
+2
2012-09-30
i915g: implement blit
Marek Olšák
2
-23
/
+61
2012-09-30
gallium/u_blitter: add gallium blit implementation
Marek Olšák
1
-2
/
+2
2012-09-30
gallium: add PIPE_CAP_TEXTURE_MULTISAMPLE
Marek Olšák
1
-0
/
+1
2012-09-05
Remove useless checks for NULL before freeing
Matt Turner
2
-6
/
+4
2012-08-16
gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define
Brian Paul
3
-10
/
+10
2012-08-16
gallium: add a shader stage/type param to some draw functions
Brian Paul
1
-0
/
+3
2012-08-15
gallium/u_blitter: implement blitting multisample resources
Marek Olšák
1
-2
/
+2
2012-08-04
i915g: silence a const pointer warning
Brian Paul
1
-1
/
+1
2012-08-04
gallium/u_blitter: add a query for checking whether copying is supported
Marek Olšák
2
-5
/
+9
2012-08-04
gallium/u_blitter: remove fallback for stencil copy that all drivers skipped
Marek Olšák
1
-1
/
+1
2012-07-13
draw,gallivm: Fix draw_get_shader_param.
José Fonseca
1
-2
/
+0
2012-07-10
gallium: add QUERY_TIMESTAMP cap and get_timestamp screen function
Marek Olšák
1
-0
/
+1
2012-06-26
i915g: Implement sRGB textures
Stéphane Marchesin
5
-12
/
+128
2012-06-19
gallium: Add PIPE_CAP_START_INSTANCE
Fredrik Höglund
1
-0
/
+1
2012-06-15
i915g: More ops commute.
Stéphane Marchesin
2
-6
/
+22
2012-06-11
automake: Globally add stub automake targets to the old Makefiles.
Eric Anholt
1
-3
/
+0
2012-06-10
i915g: Fix depth/stencil glClear
Michael Karcher
1
-6
/
+5
2012-05-31
draw: simplify index buffer specification
Brian Paul
2
-5
/
+4
2012-05-24
i915g: Check for geometry shader earlier in i915_set_constant_buffer.
Vinson Lee
1
-4
/
+4
2012-05-12
gallium: remove user_buffer_create from the interface
Marek Olšák
1
-1
/
+0
2012-05-11
Merge branch 'gallium-userbuf'
Marek Olšák
4
-7
/
+25
2012-05-09
gallium/drivers: handle TGSI_OPCODE_CEIL
Christoph Bumiller
1
-0
/
+16
2012-04-30
gallium: remove pipe_resource::user_ptr
Marek Olšák
1
-1
/
+0
2012-04-30
gallium: add void *user_buffer to pipe_constant_buffer
Marek Olšák
1
-0
/
+9
2012-04-30
gallium: add void *user_buffer in pipe_index_buffer
Marek Olšák
1
-3
/
+6
2012-04-30
gallium: remove pipe_context::redefine_user_buffer
Marek Olšák
1
-1
/
+0
2012-04-30
gallium: add void *user_buffer in pipe_vertex_buffer
Marek Olšák
1
-1
/
+3
2012-04-30
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
1
-1
/
+2
2012-04-30
gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENT
Marek Olšák
1
-0
/
+3
2012-04-30
gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERS
Marek Olšák
1
-0
/
+2
2012-04-24
i915g: report that all vertex formats are supported
Marek Olšák
1
-1
/
+3
2012-04-24
gallium drivers: report that user vertex buffers are supported
Marek Olšák
1
-0
/
+1
2012-04-24
gallium: add user_ptr in pipe_resource
Marek Olšák
1
-0
/
+1
2012-04-12
Revert "i915g: Implement stipple with draw."
Stéphane Marchesin
2
-2
/
+1
2012-04-12
Revert "i915g: Remove unused poly stipple state."
Stéphane Marchesin
2
-0
/
+54
2012-03-30
gallium: adapt to get_query_result interface change
Marek Olšák
1
-1
/
+1
[next]