index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallivm: implement iabs/issg opcode.
Dave Airlie
2012-05-09
2
-1
/
+26
*
radeon/llvm: add support for TXQ/TXF/DDX/DDY instructions
Vadim Girlin
2012-05-08
1
-2
/
+0
*
auxiliary/os: Add missing signal.h include.
Baldo Davide
2012-05-05
1
-0
/
+1
*
gallivm: fix comment typo
Brian Paul
2012-05-04
1
-1
/
+1
*
gallivm: Use debug_printf in lp_build_printf.
José Fonseca
2012-05-02
1
-6
/
+9
*
gallivm: Avoid LLVMAddGlobalMapping() in lp_bld_assert().
José Fonseca
2012-05-02
2
-26
/
+16
*
gallivm: Add a lp_build_const_func_pointer() helper.
José Fonseca
2012-05-02
3
-15
/
+44
*
gallivm: Cleanup/simplify lp_build_const_string_variable.
José Fonseca
2012-05-02
5
-29
/
+29
*
gallivm: Added lp_build_const_mask_aos_swizzled
James Benton
2012-05-02
3
-2
/
+30
*
gallivm: Move loop var declaration to beginning of scope.
José Fonseca
2012-05-02
1
-1
/
+3
*
gallivm: added a debug function which allows llvm to print vectors of 16 unsi...
James Benton
2012-05-02
2
-0
/
+29
*
llvmpipe: Check when a shader does not satisfy 0 < imm < 1.
James Benton
2012-05-02
2
-2
/
+11
*
gallivm: fixed memory leak in lp_build_tgsi_aos
James Benton
2012-05-02
1
-0
/
+1
*
llvmpipe: Added support for color masks in AoS blending.
James Benton
2012-05-02
1
-0
/
+13
*
gallivm: added aligned pointer get/set
James Benton
2012-05-02
4
-0
/
+81
*
gallivm: llvm c-style for loops, allows us to create loops with conditions on...
James Benton
2012-05-02
2
-0
/
+94
*
u_vbuf: unbind vertex buffers on destroy
Marek Olšák
2012-04-29
1
-0
/
+2
*
u_blitter: fix resource leak
Marek Olšák
2012-04-29
1
-0
/
+1
*
gallivm: Use lp_build_alloca instead of LLVMBuildAlloca on the loop limiter.
José Fonseca
2012-04-25
1
-4
/
+1
*
u_vbuf: don't call u_vbuf_upload_buffers if there's nothing to upload
Marek Olšák
2012-04-24
1
-2
/
+8
*
u_vbuf: don't upload user buffers if the driver supports them
Marek Olšák
2012-04-24
1
-1
/
+1
*
u_vbuf: optimize u_vbuf_translate_find_free_vb_slots
Marek Olšák
2012-04-24
1
-27
/
+15
*
u_vbuf: turn bool arrays into bitmasks and loops into bitwise operations
Marek Olšák
2012-04-24
1
-110
/
+88
*
u_vbuf: take advantage of all new vertex fetch caps
Marek Olšák
2012-04-24
2
-9
/
+16
*
u_vbuf: simplify u_vbuf_set_vertex_buffers
Marek Olšák
2012-04-24
1
-23
/
+16
*
u_vbuf: rename native_attribs -> driver_attribs
Marek Olšák
2012-04-24
1
-5
/
+5
*
gallium: make user vertex buffers optional
Marek Olšák
2012-04-24
4
-187
/
+236
*
u_vbuf: pull u_vbuf_draw_max_vertex_count into r300g
Marek Olšák
2012-04-24
2
-51
/
+0
*
u_vbuf: make use of the new CAPs to determine what to do
Marek Olšák
2012-04-24
2
-30
/
+35
*
u_vbuf: remove u_vbuf_resource
Marek Olšák
2012-04-24
1
-13
/
+0
*
u_vbuf: use user_ptr from pipe_resource
Marek Olšák
2012-04-24
2
-11
/
+12
*
u_vbuf: override draw_vbo
Marek Olšák
2012-04-24
2
-25
/
+32
*
u_vbuf: override create/bind/destroy_vertex_elements_state
Marek Olšák
2012-04-24
2
-56
/
+48
*
u_vbuf: override set_vertex_buffers
Marek Olšák
2012-04-24
2
-49
/
+50
*
u_vbuf: override set_index_buffer
Marek Olšák
2012-04-24
2
-11
/
+30
*
gallium/util: use cso_draw_arrays in util_draw_vertex_buffer
Marek Olšák
2012-04-24
1
-5
/
+4
*
cso: add set_index_buffer and draw_vbo passthrough functions
Marek Olšák
2012-04-24
2
-0
/
+48
*
pipebuffer: split up assertion
Brian Paul
2012-04-18
1
-1
/
+2
*
gallium/u_gen_mipmap: don't release vertex buffer at end of frame / in glFlush
Marek Olšák
2012-04-18
2
-19
/
+4
*
gallium/u_blit: don't release vertex buffer at end of frame / in glFlush
Marek Olšák
2012-04-18
2
-18
/
+4
*
gallium: remove PIPE_TRANSFER_NOOVERWRITE, use equivalent UNSYNCHRONIZED
Marek Olšák
2012-04-18
1
-1
/
+1
*
u_blitter: align vertex buffer suballocations to 4
Marek Olšák
2012-04-13
1
-1
/
+1
*
util: add dual blend helper function (v2)
Dave Airlie
2012-04-13
1
-0
/
+26
*
util: fix uninitialized table
Dylan Noblesmith
2012-04-13
1
-4
/
+5
*
util: fix undefined behavior
Dylan Noblesmith
2012-04-13
1
-5
/
+10
*
cso: unreference saved vertex buffers when restoring
Marek Olšák
2012-04-12
1
-0
/
+8
*
tgsi: Fix conflict with fortify printf redirect in glibc.
Johannes Obermayr
2012-04-07
1
-17
/
+17
*
gallivm: Updated lp_build_log2_approx to use a more accurate polynomial.
James Benton
2012-04-05
2
-32
/
+41
*
gallivm: Updated lp_build_polynomial to compute odd and even terms separately...
James Benton
2012-04-05
1
-7
/
+25
*
u_blitter: don't use user buffers
Marek Olšák
2012-04-03
1
-18
/
+23
[next]