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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: Implement DMA blit
Niels Ole Salscheider
2014-03-20
6
-20
/
+391
*
radeon: Move r600_need_dma_space to common code
Niels Ole Salscheider
2014-03-20
7
-15
/
+15
*
llvmpipe: Tighten check for alpha-only formats
Richard Sandiford
2014-03-20
1
-1
/
+1
*
nouveau: don't assume libdrm include prefix
Jonathan Gray
2014-03-20
5
-5
/
+5
*
nouveau: use DLOPEN_LIBS instead of -ldl
Jonathan Gray
2014-03-20
1
-1
/
+1
*
nouveau: there may not have been a texture if the fbo was incomplete
Ilia Mirkin
2014-03-19
1
-1
/
+2
*
nouveau: add forgotten GL_COMPRESSED_INTENSITY to texture format list
Ilia Mirkin
2014-03-19
1
-0
/
+1
*
mesa/main: condition GL_DEPTH_STENCIL on ARB_depth_texture
Ilia Mirkin
2014-03-19
1
-8
/
+3
*
loader: add special logic to distinguish nouveau from nouveau_vieux
Ilia Mirkin
2014-03-19
5
-12
/
+156
*
glsl: Allow dot() on scalars, and throw out dotlike().
Matt Turner
2014-03-18
3
-11
/
+5
*
glsl: Optimize pow(x, 2) into x * x.
Matt Turner
2014-03-18
1
-0
/
+8
*
glsl: Match whitespace changes from previous patch.
Matt Turner
2014-03-18
1
-4
/
+4
*
glsl: Expose pack/unpack built-ins for ARB_gpu_shader5.
Matt Turner
2014-03-18
1
-9
/
+17
*
i965: Drop some more dead code from the old CACHED_BATCH feature.
Eric Anholt
2014-03-18
4
-38
/
+0
*
i965: Drop special case for edgeflag thanks to Marek's change to core.
Eric Anholt
2014-03-18
1
-9
/
+0
*
mesa: include stdbool.h in register_allocate.h to fix build
Brian Paul
2014-03-18
1
-0
/
+2
*
i965: Enable EWA anisotropic filtering algorithm
Ian Romanick
2014-03-18
1
-0
/
+1
*
i965: Actually initialize simd16_unsupported and no16_msg.
Kenneth Graunke
2014-03-18
1
-0
/
+2
*
i965/upload: Refactor open-coded ALIGN-like computations.
Kenneth Graunke
2014-03-18
1
-3
/
+9
*
i965: Fix indentation in brw_upload_indices().
Kenneth Graunke
2014-03-18
1
-19
/
+19
*
i965: Consolidate code for setting brw->ib.start_vertex_offset.
Kenneth Graunke
2014-03-18
1
-9
/
+6
*
i965: Allocate register sets at screen creation, not context creation.
Kenneth Graunke
2014-03-18
6
-88
/
+88
*
i965: Allocate the screen using ralloc rather than calloc.
Kenneth Graunke
2014-03-18
1
-2
/
+3
*
ra: Convert another bool array to bitsets.
Eric Anholt
2014-03-18
1
-6
/
+7
*
ra: Use a bitset for storing which registers belong to a class.
Kenneth Graunke
2014-03-18
1
-5
/
+10
*
ra: Create a reg_belongs_to_class() helper function.
Kenneth Graunke
2014-03-18
1
-2
/
+11
*
ra: Use bool instead of GLboolean.
Kenneth Graunke
2014-03-18
2
-28
/
+29
*
i965: Accurately bail on SIMD16 compiles.
Kenneth Graunke
2014-03-18
3
-34
/
+82
*
i965/fs: Support pull parameters in SIMD16 mode.
Kenneth Graunke
2014-03-18
2
-11
/
+13
*
i965/fs: Use a single instance of the pull_constant_loc[] array.
Kenneth Graunke
2014-03-18
2
-28
/
+6
*
i965/fs: Don't renumber UNIFORM registers.
Kenneth Graunke
2014-03-18
3
-118
/
+86
*
i965/fs: Split pull parameter decision making from mechanical demoting.
Kenneth Graunke
2014-03-18
2
-33
/
+40
*
i965/fs: Record pull constant locations for all array elements.
Kenneth Graunke
2014-03-18
1
-2
/
+2
*
i965/fs: Save push constant location information.
Kenneth Graunke
2014-03-18
3
-2
/
+12
*
i965/fs: Delete dead code to fail compiles with SIMD16 pull parameters.
Kenneth Graunke
2014-03-18
1
-5
/
+0
*
gallium/docs: update SLT, SGE, SFL, STR opcode docs
Brian Paul
2014-03-18
1
-10
/
+10
*
glx: Fix incorrect pdp assignment in dri2_bind_context().
Charmaine Lee
2014-03-18
1
-1
/
+2
*
nvc0: Handle user mapped vertex buffer for edgeflag
Maarten Lankhorst
2014-03-18
1
-2
/
+7
*
clover: Fix region size error checking in some buffer transfer commands.
Francisco Jerez
2014-03-18
1
-5
/
+16
*
nv50/ir/gk110: add postfactor support for fmul
Ilia Mirkin
2014-03-18
1
-0
/
+2
*
nv50/ir/gk110: set not modifier on first source of logic op
Ilia Mirkin
2014-03-18
1
-3
/
+2
*
nv50/ir/gk110: use shl/shr instead of lshf/rshf so that c[] is supported
Ilia Mirkin
2014-03-18
1
-17
/
+6
*
nv50/ir/gk110: add 64/128-bit fetch/export support
Ilia Mirkin
2014-03-18
2
-7
/
+4
*
nv50/ir/gk110: fix handling of OP_SUB for floating point ops
Ilia Mirkin
2014-03-18
1
-1
/
+6
*
nv50/ir/gk110: presin/preex2 take their source at bit 23
Ilia Mirkin
2014-03-18
1
-1
/
+1
*
nv50/ir/gk110: add implementations of div u32/s32
Ilia Mirkin
2014-03-18
2
-5
/
+162
*
nv50/ir/gk110: implement quadop
Ilia Mirkin
2014-03-18
1
-1
/
+11
*
nv50/ir/gk110: fill in mov from predicate
Ilia Mirkin
2014-03-18
1
-1
/
+5
*
nv50/ir/gk110: handle derivAll flag, fix useOffsets for non-txf
Ilia Mirkin
2014-03-18
1
-4
/
+8
*
nv50/ir/gk110: fix setting texture for txd/txf/txq
Ilia Mirkin
2014-03-18
1
-9
/
+8
[next]