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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENT
Marek Olšák
2012-04-30
1
-0
/
+2
*
gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERS
Marek Olšák
2012-04-30
1
-0
/
+2
*
gallium drivers: report that user vertex buffers are supported
Marek Olšák
2012-04-24
1
-0
/
+2
*
gallium: add user_ptr in pipe_resource
Marek Olšák
2012-04-24
1
-0
/
+1
*
gallivm: Updated lp_build_log2_approx to use a more accurate polynomial.
James Benton
2012-04-05
1
-2
/
+2
*
gallium: adapt to get_query_result interface change
Marek Olšák
2012-03-30
1
-2
/
+2
*
gallium/drivers: Use automake to generate makefile
Tom Stellard
2012-03-14
1
-0
/
+3
*
Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"
Marek Olšák
2012-03-05
1
-4
/
+0
*
gallium: remove unused winsys pointers in pipe_screen and pipe_context
Marek Olšák
2012-02-21
1
-1
/
+0
*
llvmpipe: Remove lp_test_sincos.
José Fonseca
2012-02-21
6
-909
/
+8
*
llvmpipe: Test lp_test_arit with LP_NATIVE_VECTOR_WIDTH.
José Fonseca
2012-02-17
1
-3
/
+5
*
llvmpipe: Specify lp_test_arit's target precision per function.
José Fonseca
2012-02-17
1
-10
/
+16
*
llvmpipe: Add a negation test to lp_test_arit.
José Fonseca
2012-02-17
1
-0
/
+7
*
gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION
Christoph Bumiller
2012-02-09
1
-0
/
+2
*
llvmpipe: Make more resilient to out-of-memory situations.
José Fonseca
2012-02-03
1
-2
/
+6
*
llvmpipe: clear storage for newly allocated resources
Keith Whitwell
2012-02-03
1
-2
/
+20
*
gallium: Prefix #defines in tgsi_exec.h with TGSI_
Tom Stellard
2012-01-30
5
-24
/
+24
*
llvmpipe: fix symbol conflict on Haiku
Alexander von Gluck
2012-01-24
1
-2
/
+2
*
llvmpipe: Fix math error in LP_DEBUG=counters output
Adam Jackson
2012-01-24
1
-2
/
+3
*
llvmpipe: Remove unused variable 'packed' from lp_test_round.
Vinson Lee
2012-01-16
1
-2
/
+0
*
gallium: improve the pipe_stream_output_info struct (v2)
Marek Olšák
2012-01-15
1
-1
/
+1
*
llvmpipe: disable native integers
Dave Airlie
2012-01-11
1
-1
/
+8
*
llvmpipe: Update for TGSI_INTERPOLATE_COLOR.
José Fonseca
2012-01-11
1
-7
/
+3
*
Squash-merge branch 'gallium-clip-state'
Marek Olšák
2012-01-10
1
-1
/
+1
*
gallium: make vbuf_render::set_primitive() return void
Brian Paul
2012-01-07
1
-2
/
+1
*
gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
Marek Olšák
2012-01-05
1
-0
/
+4
*
llvmpipe: fix blending for intensity formats
Dave Airlie
2011-12-31
1
-1
/
+2
*
llvmpipe: Remove useless draw_install_pstipple_stage call.
Stéphane Marchesin
2011-12-29
1
-5
/
+0
*
llvmpipe: adapt to struct stream_output_info modifications
Christoph Bumiller
2011-12-15
1
-9
/
+2
*
gallium: interface changes necessary to implement transform feedback (v5)
Marek Olšák
2011-12-15
2
-2
/
+2
*
gallium: disable stream output in drivers that support it
Marek Olšák
2011-12-15
1
-0
/
+7
*
llvmpipe: Trim the fragment shader cached based on LLVM IR instruction count.
José Fonseca
2011-12-08
4
-11
/
+33
*
llvmpipe,draw,gallivm: Ensure we don't walk beyond the end of the shader vari...
José Fonseca
2011-12-08
2
-3
/
+11
*
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: Silent warnings about undeclared llvmpipe_check_render_cond.
José Fonseca
2011-11-14
2
-0
/
+2
*
llvmpipe: Remove unused variables.
José Fonseca
2011-11-14
1
-2
/
+0
*
llvmpipe: Make more resilient to out-of-memory situations.
José Fonseca
2011-11-14
5
-24
/
+68
*
llvmpipe: fix unswizzle of packed float types.
Dave Airlie
2011-11-14
1
-2
/
+2
*
llvmpipe/u_format: add support for EXT_texture_shared_exponent + EXT_packed_f...
Dave Airlie
2011-11-10
2
-3
/
+37
*
llvmpipe: add NV_conditional_render support.
Dave Airlie
2011-11-10
7
-0
/
+43
*
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: Use -1 instead of ~0 for "no slot".
José Fonseca
2011-11-01
3
-15
/
+21
*
llvmpipe: fix a crash in non-SSE path
Chia-I Wu
2011-10-30
1
-1
/
+1
*
llvmpipe: llvmpipe doesn't support pure integers yet.
Dave Airlie
2011-10-26
2
-0
/
+8
*
llvmpipe: point out that there's two stencil writemasks
Brian Paul
2011-10-23
1
-3
/
+4
*
llvmpipe: compare front_facing to NULL to improve readability
Brian Paul
2011-10-23
1
-2
/
+2
*
llvmpipe: Use lp_build_ifloor_fract for exp2 calculation.
José Fonseca
2011-10-16
1
-0
/
+10
*
gallium: rename ZS stencil type to UINT (v2)
Dave Airlie
2011-10-11
1
-2
/
+2
[next]