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
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
swrast: replace INLINE with inline
Brian Paul
2015-02-26
2
-6
/
+6
*
radeon: replace INLINE with inline
Brian Paul
2015-02-26
5
-8
/
+8
*
r200: replace INLINE with inline
Brian Paul
2015-02-26
3
-4
/
+4
*
i915: replace INLINE with inline
Brian Paul
2015-02-26
10
-22
/
+22
*
mesa: don't include math.h in compiler.h
Brian Paul
2015-02-26
2
-0
/
+2
*
mesa: include stdarg.h only where it's used
Brian Paul
2015-02-26
1
-0
/
+1
*
meta: In pbo_{Get,}TexSubImage don't repeatedly rebind the source tex
Neil Roberts
2015-02-26
1
-4
/
+0
*
i965/gen8: Use HALIGN_16 if MCS is enabled for non-MSRT
Anuj Phogat
2015-02-25
1
-0
/
+3
*
i965: Pass pointer to miptree as function parameter in intel_horizontal_textu...
Anuj Phogat
2015-02-25
1
-6
/
+6
*
i965: Allocate texture buffer in intelTexImage
Anuj Phogat
2015-02-25
1
-2
/
+11
*
i965: Make a function to check the conditions to use the blitter
Anuj Phogat
2015-02-25
1
-11
/
+29
*
i965: Move the comment to the right place
Anuj Phogat
2015-02-25
1
-1
/
+1
*
i965: Fix condition to use Y tiling in blitter in intel_miptree_create()
Anuj Phogat
2015-02-25
1
-3
/
+3
*
meta: Pass null pointer for the pixel data to avoid unnecessary data upload
Anuj Phogat
2015-02-25
1
-1
/
+4
*
meta: Fix buffer object assignment to account for both pack and unpack bo's
Anuj Phogat
2015-02-25
1
-1
/
+1
*
meta: Use GL_STREAM_READ for pbo created with GL_PIXEL_PACK_BUFFER
Anuj Phogat
2015-02-25
1
-1
/
+7
*
meta: Add assertion check for ctx->Meta->SaveStackDepth
Anuj Phogat
2015-02-25
1
-0
/
+2
*
meta: Do power of two samples check only for samples > 0
Anuj Phogat
2015-02-25
1
-2
/
+2
*
i965: Don't force x-tiling for 16-bpp formats on Gen>7
Neil Roberts
2015-02-25
1
-3
/
+3
*
dri/common: Update comment about driQueryRendererIntegerCommon
Andreas Boll
2015-02-25
1
-0
/
+1
*
common: Fix PBOs for 1D_ARRAY.
Laura Ekstrand
2015-02-24
1
-26
/
+36
*
common: Correct PBO 2D_ARRAY handling.
Laura Ekstrand
2015-02-24
1
-9
/
+17
*
common: Correct texture init for meta pbo uploads and downloads.
Laura Ekstrand
2015-02-24
1
-1
/
+4
*
i965: Remove redundant discard jumps.
Kenneth Graunke
2015-02-24
2
-0
/
+43
*
i965/fs: Handle conditional discards.
Kenneth Graunke
2015-02-24
2
-17
/
+26
*
Revert "i965/fs: Remove force_writemask_all assertion for execsize < 8."
Matt Turner
2015-02-24
1
-0
/
+1
*
i965/fs: Emit MOV(1) instructions with force_writemask_all.
Matt Turner
2015-02-24
1
-0
/
+1
*
i965/fs: Optimize (gl_FrontFacing ? x : y) where x and y are ±1.0.
Matt Turner
2015-02-24
2
-0
/
+95
*
i965/fs/nir: Optimize integer multiply by a 16-bit constant.
Matt Turner
2015-02-24
1
-1
/
+23
*
i965/fs/nir: Optimize (gl_FrontFacing ? x : y) where x and y are ±1.0.
Matt Turner
2015-02-24
2
-0
/
+90
*
mesa: replace FABSF with fabsf
Brian Paul
2015-02-24
1
-1
/
+2
*
driconf: Update Catalan translation
Alex Henrie
2015-02-24
1
-18
/
+34
*
driconf: Update Spanish translation
Alex Henrie
2015-02-24
1
-5
/
+21
*
i965: Fix non-AA wide line rendering with fractional line widths
Iago Toral Quiroga
2015-02-24
4
-8
/
+20
*
i965/blorp: round to nearest when converting float into integer
Samuel Iglesias Gonsalvez
2015-02-24
1
-4
/
+7
*
i965: Perform program state upload outside of atom handling
Carl Worth
2015-02-23
10
-84
/
+89
*
i965/fs: Fix lower_load_payload() not to use an incorrect half for immediates...
Francisco Jerez
2015-02-23
1
-0
/
+8
*
i965/fs: Fix lower_load_payload() to take into account non-zero reg_offset.
Francisco Jerez
2015-02-23
1
-2
/
+2
*
i965/fs: Remove logic to keep track of MRF metadata in lower_load_payload().
Francisco Jerez
2015-02-23
1
-26
/
+13
*
i965/fs: Less broken handling of force_writemask_all in lower_load_payload().
Francisco Jerez
2015-02-23
1
-7
/
+13
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
15
-37
/
+37
*
i965: Link test programs with gtest before pthreads.
Matt Turner
2015-02-23
1
-10
/
+10
*
osmesa: add gallium include dirs to Makefile.am
Brian Paul
2015-02-23
1
-0
/
+2
*
i965/skl: Use 1 register for uniform pull constant payload
Ben Widawsky
2015-02-22
1
-1
/
+1
*
i965/fs: Use fs_reg for CS/VS atomics pixel mask immediate data
Jordan Justen
2015-02-21
1
-2
/
+2
*
i965/fs: Set pixel/sample mask for compute shaders atomic ops
Jordan Justen
2015-02-21
1
-4
/
+4
*
drivers/x11: add gallium include dirs to Makefile.am
Brian Paul
2015-02-20
1
-0
/
+2
*
util: Move Mesa's bitset.h to util/.
Eric Anholt
2015-02-20
5
-5
/
+5
*
mesa: Use u_math.h from macros.h
Eric Anholt
2015-02-20
4
-16
/
+0
*
mesa: Add gallium include dirs to more parts of the tree.
Eric Anholt
2015-02-20
7
-0
/
+14
[next]