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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Add init function to fs_visitor
Jordan Justen
2014-09-04
2
-0
/
+7
*
vc4: Add a CSE optimization pass.
Eric Anholt
2014-09-04
4
-0
/
+238
*
vc4: Switch to using native integers.
Eric Anholt
2014-09-04
5
-6
/
+228
*
vc4: Expose compares at a lower level in QIR.
Eric Anholt
2014-09-04
5
-79
/
+148
*
vc4: Stop being so clever in CMP handling.
Eric Anholt
2014-09-04
1
-23
/
+6
*
state_tracker: Fix bug in conditional discards with native ints.
Eric Anholt
2014-09-04
1
-2
/
+12
*
swrast: s/INLINE/inline/
Brian Paul
2014-09-04
1
-1
/
+1
*
osmesa: s/INLINE/inline/
Brian Paul
2014-09-04
1
-1
/
+1
*
xlib: s/INLINE/inline/
Brian Paul
2014-09-04
1
-3
/
+3
*
meta: s/INLINE/inline/
Brian Paul
2014-09-04
1
-1
/
+1
*
mesa: s/INLINE/inline/
Brian Paul
2014-09-04
3
-5
/
+5
*
r600g,radeonsi: make sure there's enough CS space before resuming queries
Marek Olšák
2014-09-04
1
-0
/
+28
*
mesa: invalidate draw state in glPopClientAttrib
Marek Olšák
2014-09-04
1
-0
/
+4
*
Revert "r600g,radeonsi: initialize HTILE to fully-expanded state"
Marek Olšák
2014-09-04
1
-3
/
+1
*
winsys/svga: Fix incorrect type usage in IOCTL v2
Thomas Hellstrom
2014-09-04
1
-4
/
+9
*
glapi: Add KHR_debug functions to check_table test
Timothy Arceri
2014-09-04
1
-0
/
+6
*
egl: Restrict multiplication in calloc arguments to use compile-time constants
Carl Worth
2014-09-03
2
-2
/
+2
*
Eliminate several cases of multiplication in arguments to calloc
Carl Worth
2014-09-03
11
-17
/
+17
*
glsl: Report progress from opt_copy_propagation_elements().
Kenneth Graunke
2014-09-03
1
-0
/
+1
*
glsl: Skip rewriting instructions in opt_cpe when unnecessary.
Kenneth Graunke
2014-09-03
1
-0
/
+10
*
glsl: Initialize source_chan in opt_copy_propagation_elements.
Kenneth Graunke
2014-09-03
1
-1
/
+1
*
i965: Handle ir_triop_csel in emit_bool_to_cond_code().
Kenneth Graunke
2014-09-03
2
-4
/
+36
*
i965: Move curb_read_length/total_scratch to brw_stage_prog_data.
Kenneth Graunke
2014-09-03
16
-38
/
+40
*
build: Rename md5 to checksums as part of .PHONY target
Carl Worth
2014-09-03
1
-1
/
+1
*
glsl: fix assertion which fails for unsigned array indices.
tiffany
2014-09-03
1
-1
/
+1
*
i965/copy_image: Divide the x offsets by block width when using the blitter
Jason Ekstrand
2014-09-03
1
-10
/
+21
*
i965/copy_image: Use the correct block dimension
Jason Ekstrand
2014-09-03
1
-6
/
+6
*
meta/copy_image: Use the correct texture level when creating views
Jason Ekstrand
2014-09-03
1
-1
/
+1
*
i965/copy_image: Use the correct texture level
Jason Ekstrand
2014-09-03
1
-4
/
+6
*
gallivm: Fix build against LLVM SVN >= r216982
Michel Dänzer
2014-09-03
2
-0
/
+11
*
r600g: fix alpha-test with HyperZ enabled, fixing L4D2 tree corruption
Marek Olšák
2014-09-03
1
-6
/
+6
*
r600g,radeonsi: Preserve existing buffer flags
Michel Dänzer
2014-09-03
1
-3
/
+3
*
main: Don't leak temporary texture rows
Jason Ekstrand
2014-09-02
1
-0
/
+4
*
r300g: pointless assignment of info.indexed
Dave Airlie
2014-09-03
1
-2
/
+0
*
omx/h264: remove stray semicolon after if
Dave Airlie
2014-09-03
1
-1
/
+1
*
vdpau: unlock the mutex on error paths in attribute setting.
Dave Airlie
2014-09-03
1
-12
/
+26
*
u_primconvert: Use u_upload_mgr for our little IB allocations.
Eric Anholt
2014-09-02
1
-11
/
+9
*
u_primconvert: Shut up compiler warning.
Eric Anholt
2014-09-02
1
-1
/
+1
*
gbm: Fix gallium build when X11 is in a non-system directory
Eric Anholt
2014-09-02
1
-0
/
+1
*
vc4: Handle a couple of the transfer map flags.
Eric Anholt
2014-09-02
2
-4
/
+12
*
meta: Make MESA_META_DRAW_BUFFERS restore properly
Kristian Høgsberg
2014-09-02
1
-34
/
+4
*
Revert "mesa: fix make tarballs"
Emil Velikov
2014-09-02
2
-3
/
+1
*
mesa/program_cache: calloc the correct size for the cache.
Dave Airlie
2014-09-02
1
-1
/
+1
*
radeonsi: Compile dummy pixel shader on demand
Michel Dänzer
2014-09-02
2
-8
/
+10
*
u_blitter: Create all shaders on demand
Michel Dänzer
2014-09-02
1
-43
/
+104
*
r600g,radeonsi: Inform the kernel if a BO will likely be accessed by the CPU
Michel Dänzer
2014-09-02
3
-11
/
+23
*
glsl: free uniform_map on failure path.
Dave Airlie
2014-09-02
1
-1
/
+3
*
main/cs: Add gl_context::ComputeProgram
Paul Berry
2014-09-01
1
-0
/
+15
*
mesa: Convert NewDriverState to 64-bits
Jordan Justen
2014-09-01
6
-13
/
+25
*
i965: Modify state upload to allow 2 different sets of state atoms.
Paul Berry
2014-09-01
2
-25
/
+32
[next]