index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
llvmpipe
/
lp_screen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Squash-merge branch 'gallium-clip-state'
Marek Olšák
2012-01-10
1
-1
/
+1
*
gallium: separate out floating-point CAPs into its own enum
Marek Olšák
2011-11-22
1
-11
/
+11
*
gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionally
Marek Olšák
2011-11-22
1
-2
/
+0
*
llvmpipe: Make more resilient to out-of-memory situations.
José Fonseca
2011-11-14
1
-2
/
+1
*
llvmpipe/u_format: add support for EXT_texture_shared_exponent + EXT_packed_f...
Dave Airlie
2011-11-10
1
-0
/
+4
*
llvmpipe: add NV_conditional_render support.
Dave Airlie
2011-11-10
1
-0
/
+1
*
llvmpipe: enable RGTC after u_format fix.
Dave Airlie
2011-11-06
1
-5
/
+0
*
llvmpipe: Re-advertise support for stencil formats...
José Fonseca
2011-11-01
1
-5
/
+6
*
llvmpipe: llvmpipe doesn't support pure integers yet.
Dave Airlie
2011-10-26
1
-0
/
+5
*
llvmpipe: don't support rendering to sRGB surfaces
Brian Paul
2011-10-11
1
-1
/
+2
*
gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS
Marek Olšák
2011-09-30
1
-12
/
+13
*
gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT
Marek Olšák
2011-09-30
1
-2
/
+0
*
llvmpipe: snprintf->util_snprintf.
José Fonseca
2011-08-18
1
-1
/
+2
*
llvmpipe: include LLVM version number in name string
Brian Paul
2011-07-19
1
-1
/
+3
*
scons: make embedding orthogonal to the platform
José Fonseca
2011-06-17
1
-1
/
+1
*
gallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in some drivers
Marek Olšák
2011-04-01
1
-0
/
+1
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
1
-2
/
+1
*
gallium: cleanup fence_signalled and fence_finish
Marek Olšák
2011-03-11
1
-6
/
+4
*
gallium: add timeout parameter to fence_finish
Marek Olšák
2011-03-08
1
-1
/
+2
*
gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISOR
Marek Olšák
2011-03-05
1
-1
/
+2
*
rgtc: llvmpipe/softpipe refuse RGTC until u_format has support.
Dave Airlie
2011-02-28
1
-0
/
+5
*
llvmpipe: enable PIPE_CAP_INDEP_BLEND_FUNC
Brian Paul
2011-01-17
1
-1
/
+1
*
Merge branch 'draw-instanced'
Brian Paul
2011-01-15
1
-0
/
+2
|
\
|
*
llvmpipe: enable instanced drawing cap
Brian Paul
2010-12-08
1
-0
/
+2
*
|
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-2
/
+3
|
/
*
llvmpipe: enable primitive restart
Brian Paul
2010-10-21
1
-0
/
+2
*
llvmpipe: Default to no threading on single processor systems.
José Fonseca
2010-09-17
1
-2
/
+1
*
llvmpipe: add DEBUG_FS to dump variant information
Keith Whitwell
2010-09-16
1
-0
/
+1
*
llvmpipe: add LP_PERF flag to disable various aspects of rasterization
Keith Whitwell
2010-09-16
1
-0
/
+15
*
llvmpipe: Remove unnecessary header.
Vinson Lee
2010-09-14
1
-1
/
+0
*
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-09-14
1
-34
/
+16
*
llvmpipe: add DEBUG_MEM option
Keith Whitwell
2010-09-11
1
-0
/
+1
*
llvmpipe: fix PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS query
Brian Paul
2010-08-26
1
-1
/
+8
*
llvmpipe: move some fence functions into lp_screen.c
Keith Whitwell
2010-08-25
1
-1
/
+48
*
llvmpipe: fence debugging, add llvmpipe_finish
Keith Whitwell
2010-08-25
1
-0
/
+2
*
gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too
Luca Barbieri
2010-08-20
1
-0
/
+1
*
llvmpipe: say no to depth clamp
Marek Olšák
2010-07-21
1
-0
/
+2
*
llvmpipe: move rasterizer to screen instead of setup context
Roland Scheidegger
2010-07-13
1
-0
/
+14
*
llvmpipe: Re-enable threading on windows.
José Fonseca
2010-07-12
1
-6
/
+0
*
draw: implement vertex texture sampling using llvm
Zack Rusin
2010-07-06
1
-1
/
+1
*
mesa: initial support for ARB_geometry_shader4
Zack Rusin
2010-06-28
1
-0
/
+2
*
Revert "llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query"
Roland Scheidegger
2010-06-05
1
-2
/
+0
*
llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query
Roland Scheidegger
2010-06-05
1
-0
/
+2
*
llvmpipe: Expose PIPE_CAP_TEXTURE_SWIZZLE.
José Fonseca
2010-06-05
1
-0
/
+2
*
Merge branch 'gallium-newclear'
Roland Scheidegger
2010-06-03
1
-0
/
+2
|
\
|
*
llvmpipe: adapt to clear interface changes
Roland Scheidegger
2010-05-29
1
-0
/
+2
*
|
gallium: silence all debug_named_value related warnings
Joakim Sindholt
2010-06-03
1
-11
/
+11
*
|
llvmpipe: add PIPE_BUFFER to assertion
Brian Paul
2010-05-28
1
-1
/
+2
|
/
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-1
/
+5
|
\
|
*
llvmpipe: adapt to interface changes
Roland Scheidegger
2010-05-17
1
-1
/
+5
[next]