index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
include
/
pipe
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add support for layered rendering
Roland Scheidegger
2013-06-01
1
-1
/
+2
*
gallium: Add support for multiple viewports
Zack Rusin
2013-05-25
4
-6
/
+13
*
gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GL
Marek Olšák
2013-05-11
1
-1
/
+2
*
gallium: fix type of flags in pipe_context::flush()
Chia-I Wu
2013-05-04
1
-1
/
+3
*
draw/pt: adjust overflow calculations
Zack Rusin
2013-05-03
1
-0
/
+7
*
gallium: increase the number of available stream output decls
Zack Rusin
2013-04-26
1
-1
/
+2
*
gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...
José Fonseca
2013-04-23
1
-12
/
+2
*
gallium: Add a new clip_halfz rasterizer state.
José Fonseca
2013-04-22
1
-0
/
+6
*
st/mesa: optionally apply texture swizzle to border color v2
Christoph Bumiller
2013-04-18
1
-1
/
+6
*
gallium: Disambiguate TGSI_OPCODE_IF.
José Fonseca
2013-04-17
1
-1
/
+1
*
gallium: Eliminate TGSI_OPCODE_IFC.
José Fonseca
2013-04-17
1
-1
/
+1
*
gallium: add get_sample_position interface
Dave Airlie
2013-04-11
1
-0
/
+13
*
Avoid spurious GCC warnings in STATIC_ASSERT() macro.
Paul Berry
2013-04-04
1
-1
/
+1
*
gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICS
Christoph Bumiller
2013-04-03
1
-1
/
+2
*
gallium: add interface for driver queries like performance counters, etc.
Marek Olšák
2013-03-26
2
-0
/
+23
*
gallium,st/mesa: don't use blit-based transfers with software rasterizers
Marek Olšák
2013-03-23
1
-1
/
+2
*
gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
Christoph Bumiller
2013-03-20
3
-3
/
+6
*
tgsi: use separate structure for indirect address v2
Christian König
2013-03-19
1
-6
/
+18
*
tgsi: add ArrayID to declarations
Christian König
2013-03-19
1
-1
/
+7
*
tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAY
Christian König
2013-03-19
1
-4
/
+2
*
mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.
José Fonseca
2013-03-12
1
-69
/
+5
*
gallium: add red-alpha texture formats and a couple of util functions
Marek Olšák
2013-02-13
1
-0
/
+12
*
gallium: add RGBX formats for existing GL RGB texture formats
Marek Olšák
2013-02-07
1
-0
/
+14
*
gallium: add SQRT shader opcode
Brian Paul
2013-02-04
2
-2
/
+3
*
gallium: add PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENT
Christoph Bumiller
2013-01-30
1
-1
/
+2
*
gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE
Marek Olšák
2013-01-15
1
-1
/
+0
*
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2013-01-04
2
-2
/
+10
*
gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/
José Fonseca
2012-12-20
1
-1
/
+1
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
1
-1
/
+0
*
gallium: add new texture buffer object capability
Dave Airlie
2012-12-08
1
-1
/
+2
*
gallium: fix some function comments in p_context.h
Dmitry Cherkassov
2012-11-15
1
-3
/
+2
*
gallium: add defines/shader opcode for texture cube map array
Dave Airlie
2012-11-09
2
-4
/
+13
*
gallium: expose ARB_map_buffer_alignment on Radeon
Marek Olšák
2012-10-31
1
-1
/
+2
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
1
-0
/
+1
*
mesa: bump MAX_VARYING to 32
Marek Olšák
2012-10-29
1
-2
/
+2
*
gallium: remove unused data pointer from pipe_transfer
Marek Olšák
2012-10-18
1
-1
/
+0
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
2
-19
/
+18
*
gallium: remove resource_resolve
Marek Olšák
2012-09-30
2
-34
/
+1
*
gallium: add blit into the interface
Marek Olšák
2012-09-30
2
-0
/
+28
*
gallium: add PIPE_CAP_TEXTURE_MULTISAMPLE
Marek Olšák
2012-09-30
1
-1
/
+2
*
gallium: Add PIPE_COMPUTE_CAP_MAX_MEM_ALLOC_SIZE v2
Tom Stellard
2012-09-25
1
-1
/
+2
*
clover: Handle multiple kernels in the same program v2
Blaž Tomažič
2012-09-25
1
-0
/
+4
*
gallium: mention PIPE_TIMEOUT_INFINITE in the fence_finish() comment
Brian Paul
2012-09-20
1
-1
/
+1
*
gallium: add new pipe_screen::can_create_resource() function
Brian Paul
2012-09-17
1
-0
/
+8
*
util: Add cpuid for Solaris Studio.
Vinson Lee
2012-09-03
1
-0
/
+4
*
gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define
Brian Paul
2012-08-16
1
-2
/
+0
*
gallium: add TGSI support for multisample textures
Marek Olšák
2012-08-15
1
-2
/
+5
*
gallium: make pipe_box signed in order to represent flipped blits
Marek Olšák
2012-08-15
1
-6
/
+6
*
gallium: define PIPE_MASK_RGBAZS
Marek Olšák
2012-08-04
1
-0
/
+1
*
Revert "gallium: specify resource_resolve destination via a pipe_surface"
Christoph Bumiller
2012-08-01
1
-2
/
+4
[next]