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
*
gallivm: fix out-of-bounds behavior for fetch/ld
Roland Scheidegger
2013-08-08
3
-30
/
+88
*
util: try much harder to set DAZ flag
Roland Scheidegger
2013-08-08
3
-1
/
+31
*
util: implement table-based + linear interpolation linear-to-srgb conversion
Roland Scheidegger
2013-08-08
2
-11
/
+102
*
gallivm: fix comment wrt srgb accuracy.
Roland Scheidegger
2013-08-08
1
-2
/
+4
*
ilo: get rid of GPE tables completely
Chia-I Wu
2013-08-08
6
-108
/
+54
*
ilo: clean up GPE header inclusions
Chia-I Wu
2013-08-08
6
-14
/
+8
*
ilo: initialize alpha test state in ilo_gpe_init_dsa
Chia-I Wu
2013-08-08
5
-38
/
+46
*
ilo: fold gen6_translate_index_size into the caller
Chia-I Wu
2013-08-08
1
-17
/
+15
*
ilo: fold gen6_translate_depth_format into the caller
Chia-I Wu
2013-08-08
1
-33
/
+9
*
ilo: Call GPE emit functions directly.
Courtney Goeltzenleuchter
2013-08-08
8
-1248
/
+141
*
ilo: move emit functions so that they can be inlined.
Courtney Goeltzenleuchter
2013-08-08
4
-3467
/
+3453
*
r300g/compiler/tests: Pass the required LDFLAGS when building the test program
Tom Stellard
2013-08-07
1
-1
/
+2
*
r300g/compiler/tests: Fix segfault
Tom Stellard
2013-08-07
3
-4
/
+4
*
gallium-egl: Commit the rest of the native_wayland_drm_bufmgr_helper v2 patch
Kristian Høgsberg
2013-08-07
3
-7
/
+4
*
egl: Update to Wayland 1.2 server API
Ander Conselvan de Oliveira
2013-08-07
13
-69
/
+99
*
gallium-egl: Don't add a listener for wl_drm twice in wayland platform
Ander Conselvan de Oliveira
2013-08-07
1
-1
/
+0
*
gallium-egl: Simplify native_wayland_drm_bufmgr_helper interface
Ander Conselvan de Oliveira
2013-08-07
9
-308
/
+276
*
ilo: speed up 3DSTATE_VERTEX_BUFFERS emission a bit
Chia-I Wu
2013-08-07
3
-26
/
+12
*
ilo: skip state emission when reducing sampler count
Chia-I Wu
2013-08-07
1
-19
/
+29
*
ilo: simplify setting of shader samplers and views
Chia-I Wu
2013-08-07
1
-44
/
+33
*
ilo: correctly check for stencil ref change
Chia-I Wu
2013-08-07
1
-1
/
+1
*
draw: fix slot detection
Zack Rusin
2013-08-06
2
-2
/
+1
*
gallivm: Fix build - Remove TargetOptions.RealignStack for llvm>=3.4
Laurent Carlier
2013-08-06
1
-0
/
+2
*
i965: Add #defines for the MI_LOAD_REGISTER_MEM command.
Kenneth Graunke
2013-08-06
1
-0
/
+4
*
i965: Initialize the intel_context::bufmgr pointer earlier.
Kenneth Graunke
2013-08-06
1
-2
/
+1
*
i965: Tidy preprocessor macros for SO_PRIM_STORAGE_NEEDED registers.
Kenneth Graunke
2013-08-06
1
-5
/
+2
*
i965: Tidy preprocessor macros for SO_NUM_PRIMS_WRITTEN registers.
Kenneth Graunke
2013-08-06
2
-7
/
+4
*
nvc0: don't access array out of bounds on unexpected sample count
Christoph Bumiller
2013-08-06
1
-2
/
+1
*
nv50: handle pure integer vertex attributes
Emil Velikov
2013-08-06
2
-2
/
+14
*
nvc0: implement MP performance counters for nvc0:nvd9
Samuel Pitoiset
2013-08-06
2
-93
/
+370
*
nvc0: implement compute support for nvc0
Samuel Pitoiset
2013-08-06
9
-32
/
+706
*
nvc0: add more MP counters for nve4
Samuel Pitoiset
2013-08-06
3
-14
/
+47
*
mesa: Generate a renderbuffer wrapper even if the texture has no image
Ian Romanick
2013-08-06
1
-2
/
+3
*
mesa: Validate the layer selection of an array texture too
Ian Romanick
2013-08-06
1
-4
/
+30
*
mesa: Don't call driver RenderTexture for invalid zoffset
Ian Romanick
2013-08-06
1
-0
/
+6
*
mesa: Don't call driver RenderTexture for really broken textures
Ian Romanick
2013-08-06
1
-2
/
+20
*
mesa: Remove stray debug printfs in attachment completeness code
Ian Romanick
2013-08-06
1
-2
/
+0
*
mesa: Treat glBindFramebuffer and glBindFramebufferEXT more correctly
Ian Romanick
2013-08-06
3
-12
/
+20
*
mesa: Treat glBindRenderbuffer and glBindRenderbufferEXT correctly
Ian Romanick
2013-08-06
3
-8
/
+19
*
radeonsi: Number of SGPRs retrieved from LLVM already includes VCC
Michel Dänzer
2013-08-06
1
-8
/
+8
*
i965: Don't allocate curbe buffers on Gen6+.
Kenneth Graunke
2013-08-06
1
-2
/
+4
*
llvmpipe: Do not need to free anything if there is no geometry shader.
Vinson Lee
2013-08-05
1
-2
/
+5
*
nvc0: Initialize ptr for unexpected sample_count on release builds.
Vinson Lee
2013-08-05
1
-0
/
+1
*
draw: Change slot from unsigned to int.
Vinson Lee
2013-08-05
1
-1
/
+1
*
postprocess: Check ppq is null before calling pp_free_bos.
Vinson Lee
2013-08-05
1
-1
/
+3
*
draw: add back separate input assembler
Zack Rusin
2013-08-03
6
-4
/
+351
*
draw: implement proper primitive assembler as a pipeline stage
Zack Rusin
2013-08-03
12
-352
/
+280
*
draw: fix front face injection
Zack Rusin
2013-08-03
1
-9
/
+15
*
tgsi: remove unneeded File == TGSI_FILE_INPUT test
Brian Paul
2013-08-05
1
-1
/
+0
*
tgsi: clean up tgsi_scan_shader() function
Brian Paul
2013-08-05
1
-41
/
+42
[next]