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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/vs: Detect GRF sources in split_virtual_grfs send-from-GRF code.
Kenneth Graunke
2013-08-30
1
-2
/
+6
*
radeonsi: Do not suspend timer queries
Niels Ole Salscheider
2013-08-30
6
-14
/
+30
*
draw: fix PIPE_MAX_SAMPLER/PIPE_MAX_SHADER_SAMPLER_VIEWS issues
Roland Scheidegger
2013-08-30
2
-6
/
+6
*
gallivm: handle unbound textures in texture sampling / texture queries
Roland Scheidegger
2013-08-30
1
-0
/
+26
*
softpipe: handle NULL sampler views for texture sampling / queries
Roland Scheidegger
2013-08-30
2
-5
/
+26
*
softpipe: check if so_target is NULL before accessing it
Roland Scheidegger
2013-08-30
1
-2
/
+5
*
gallivm: (trivial) don't pass sampler_unit variable down to filtering funcs
Roland Scheidegger
2013-08-30
1
-36
/
+21
*
gallivm: don't use AoS path if min/mag filter are different with multiple lods
Roland Scheidegger
2013-08-30
1
-1
/
+6
*
mesa: Don't choose S3TC for generic compression if we can't compress.
Eric Anholt
2013-08-30
1
-4
/
+8
*
mesa: Rip out more extension checking from texformat.c.
Eric Anholt
2013-08-30
1
-10
/
+4
*
i965: Switch gen4-6 to using the sampler's base level for GL BASE_LEVEL.
Eric Anholt
2013-08-30
2
-23
/
+12
*
i965/gen7: Use the base_level field of the sampler to handle GL's BASE_LEVEL.
Eric Anholt
2013-08-30
2
-21
/
+12
*
i965: Add missing state reset at the end of blorp.
Eric Anholt
2013-08-30
3
-5
/
+8
*
i965: Drop extra flush when calling intel_miptree_map_raw().
Eric Anholt
2013-08-30
1
-1
/
+0
*
i965: Make a slight distinction in perf debug for BOs versus miptrees.
Eric Anholt
2013-08-30
1
-1
/
+1
*
intel: Reuse intel_glFlush().
Eric Anholt
2013-08-30
1
-2
/
+1
*
intel: Add support for the new flush_with_flags extension.
Eric Anholt
2013-08-30
1
-10
/
+36
*
intel: Add a batch flush between front-buffer downsample and X protocol.
Eric Anholt
2013-08-30
1
-0
/
+1
*
i965: Directly call intel_batchbuffer_flush() after i915 split.
Eric Anholt
2013-08-30
7
-24
/
+10
*
i965/vs: Fix regression on pre-gen6 with no VS uniforms in use.
Eric Anholt
2013-08-30
1
-0
/
+1
*
r600g: enable SB backend by default
Vadim Girlin
2013-08-30
4
-5
/
+6
*
r600g: fix color exports when we have no CBs
Vadim Girlin
2013-08-30
1
-3
/
+4
*
nvc0/ir: Initialize NVC0LegalizePostRA member variables.
Vinson Lee
2013-08-29
1
-1
/
+3
*
gallivm: support per-pixel min/mag filter in SoA path
Roland Scheidegger
2013-08-30
1
-43
/
+243
*
gallivm: don't calculate square root of rho if we use accurate rho method
Roland Scheidegger
2013-08-30
1
-39
/
+74
*
gallivm: refactor num_lods handling
Roland Scheidegger
2013-08-30
4
-131
/
+169
*
radeonsi: Early return if no depth or stencil on release builds.
Vinson Lee
2013-08-29
1
-0
/
+1
*
freedreno: pipe loader for either kgsl or msm
Rob Clark
2013-08-29
4
-10
/
+39
*
freedreno: updates for msm drm/kms driver
Rob Clark
2013-08-29
8
-30
/
+55
*
freedreno/a3xx/compiler: handle sync flags better
Rob Clark
2013-08-29
1
-16
/
+34
*
freedreno/a3xx/compiler: better const handling
Rob Clark
2013-08-29
1
-90
/
+121
*
glsl: Allow precision qualifiers for sampler types
Anuj Phogat
2013-08-29
1
-8
/
+21
*
glsl: Add heuristics to print floating-point numbers better.
Matt Turner
2013-08-29
15
-32
/
+42
*
radeonsi: Make sure libdrm_radeon headers are picked up from the right place
Jonathan Gray
2013-08-29
2
-2
/
+3
*
draw: fix point/line/triangle determination in draw_need_pipeline()
Brian Paul
2013-08-29
1
-25
/
+6
*
radeon/uvd: fix MPEG2/4 ref frame index limit
Christian König
2013-08-29
1
-2
/
+2
*
nouveau: Copy m4x4 and m8x8 separately.
Vinson Lee
2013-08-28
1
-1
/
+2
*
i965: Allocate just enough space for user clip planes in uniform arrays.
Kenneth Graunke
2013-08-28
1
-2
/
+4
*
i965: Silence unused variable warning in release build
Chad Versace
2013-08-28
1
-1
/
+1
*
docs: minor fixes for 9.2 release notes
Brian Paul
2013-08-27
1
-2
/
+2
*
docs: Add news item for 9.2 release
Ian Romanick
2013-08-27
1
-0
/
+7
*
docs: Import 9.2 release notes
Ian Romanick
2013-08-27
1
-4
/
+149
*
mesa/main: Check for 0 size draws after validation.
Fabian Bieler
2013-08-27
2
-21
/
+42
*
glsl: Add built-ins from ARB_shader_bit_encoding to ARB_gpu_shader5.
Matt Turner
2013-08-27
1
-0
/
+20
*
i965/vs: Add support for translating ir_triop_fma into MAD.
Matt Turner
2013-08-27
2
-0
/
+12
*
i965/fs: Add support for translating ir_triop_fma into MAD.
Matt Turner
2013-08-27
4
-0
/
+10
*
i965/fs: Assert that ir_expressions are usable by 3-src instructions.
Matt Turner
2013-08-27
1
-0
/
+1
*
glsl: Add support for new fma built-in in ARB_gpu_shader5.
Matt Turner
2013-08-27
6
-0
/
+22
*
glsl: Add new fma built-in IR and prototype from ARB_gpu_shader5.
Matt Turner
2013-08-27
2
-0
/
+34
*
r300g: enable MSAA on r300-r400, be careful about using color compression
Marek Olšák
2013-08-27
4
-5
/
+14
[prev]
[next]