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
*
docs: add info about bugzilla_mesa.sh script
Andreas Boll
2013-05-01
1
-2
/
+2
*
mesa: Add a script to generate the list of fixed bugs
Andreas Boll
2013-05-01
1
-0
/
+52
*
scons: remove IN_DRI_DRIVER
Andreas Boll
2013-05-01
1
-1
/
+0
*
build: remove unused API_DEFINES
Andreas Boll
2013-05-01
16
-20
/
+6
*
configure: remove IN_DRI_DRIVER
Brian Paul
2013-05-01
1
-10
/
+5
*
configure: remove FEATURE_GL/ES1/ES2
Brian Paul
2013-05-01
1
-12
/
+1
*
intel: use automake conditionals for defining FEATURE_{ES1,ES2}
Andreas Boll
2013-05-01
2
-2
/
+20
*
egl-static: use automake conditionals for defining FEATURE_{GL,ES1,ES2}
Andreas Boll
2013-05-01
1
-1
/
+11
*
intel: remove executable bit from C file
Andreas Boll
2013-05-01
1
-0
/
+0
*
docs: s/Aprile/April/
Brian Paul
2013-05-01
1
-1
/
+1
*
docs: fix 9.1.2 release notes
Andreas Boll
2013-05-01
1
-2
/
+2
*
vbo: fix possible use-after-free segfault after a VAO is deleted
Marek Olšák
2013-05-01
3
-4
/
+25
*
i965/vs: Fix textureGrad() with shadow samplers on Haswell.
Kenneth Graunke
2013-05-01
1
-2
/
+8
*
i965: Lower textureGrad() for samplerCubeShadow.
Kenneth Graunke
2013-05-01
3
-6
/
+27
*
radeon/uvd: fix quant scan order for mpeg2
Christian König
2013-05-01
1
-2
/
+6
*
st/vdpau: fix background handling in the mixer
Christian König
2013-05-01
1
-9
/
+10
*
vl/buffer: use 2D_ARRAY instead of 3D textures
Christian König
2013-05-01
6
-38
/
+40
*
vl/compositor: cleanup background clearing
Christian König
2013-05-01
7
-16
/
+14
*
swrast: add casts for ImageSlices pointer arithmetic
Brian Paul
2013-05-01
2
-4
/
+4
*
ilo: fix PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERS
Chia-I Wu
2013-05-01
1
-0
/
+2
*
ilo: enable SO support on GEN7
Chia-I Wu
2013-05-01
1
-3
/
+4
*
ilo: reset SO write offsets for new SO targets
Chia-I Wu
2013-05-01
1
-6
/
+15
*
ilo: correctly program SO states for GEN7
Chia-I Wu
2013-05-01
1
-7
/
+46
*
ilo: implement GEN7 SO GPE functions
Chia-I Wu
2013-05-01
3
-40
/
+150
*
ilo: add gen6_pipeline_update_max_svbi()
Chia-I Wu
2013-05-01
2
-13
/
+35
*
ilo: expose register indices of OUTs in ilo_shader
Chia-I Wu
2013-05-01
4
-4
/
+30
*
ilo: allow one-off flags to be specified for CP
Chia-I Wu
2013-05-01
2
-0
/
+15
*
ilo: fix tiling/size for special-purpose resources
Chia-I Wu
2013-05-01
1
-2
/
+30
*
ilo: use UMS layout for render targets
Chia-I Wu
2013-05-01
4
-19
/
+117
*
ilo: support and prefer compact array spacing
Chia-I Wu
2013-05-01
4
-15
/
+77
*
ilo: move device limits to ilo_dev_info or to GPEs
Chia-I Wu
2013-05-01
10
-96
/
+127
*
ilo: use ilo_dev_info in toy compiler
Chia-I Wu
2013-05-01
10
-33
/
+33
*
ilo: use ilo_dev_info in GPE and 3D pipeline
Chia-I Wu
2013-05-01
12
-597
/
+587
*
ilo: add ilo_dev_info shared by the screen and contexts
Chia-I Wu
2013-05-01
9
-51
/
+71
*
ilo: fix indentation of ilo_gpe_gen*.h
Chia-I Wu
2013-05-01
2
-258
/
+258
*
glsl: Ignore redundant prototypes after a function's been defined.
Kenneth Graunke
2013-04-30
1
-4
/
+11
*
docs: Import 9.1.2 release notes, add news item.
Ian Romanick
2013-04-30
3
-0
/
+244
*
build: Remove libws_xlib.la from GALLIUM_PIPE_LOADER_LIBS.
Matt Turner
2013-04-30
1
-4
/
+0
*
build: Remove libpipe_loader.la from GALLIUM_PIPE_LOADER_LIBS.
Matt Turner
2013-04-30
4
-1
/
+3
*
build: Remove HAVE_PIPE_LOADER_SW.
Matt Turner
2013-04-30
2
-5
/
+0
*
build: Remove libws_null.la from GALLIUM_PIPE_LOADER_LIBS.
Matt Turner
2013-04-30
4
-1
/
+3
*
build: Rename PIPE_LOADER_HAVE_XCB to HAVE_PIPE_LOADER_XCB.
Matt Turner
2013-04-30
2
-3
/
+3
*
configure.ac: Remove unused HAVE_PIPE_LOADER_XLIB macro.
Matt Turner
2013-04-30
1
-1
/
+0
*
i965: Stop passing num_samples to intel_miptree_alloc_hiz().
Paul Berry
2013-04-30
3
-8
/
+6
*
draw: don't crash if GS doesn't emit anything
Zack Rusin
2013-04-27
2
-0
/
+18
*
i965: Implement color clears using a simple shader in blorp.
Eric Anholt
2013-04-30
8
-14
/
+344
*
mesa: Make a Mesa core function for sRGB render encoding handling.
Eric Anholt
2013-04-30
4
-41
/
+36
*
i965: Don't flush the batch at the end of blorp.
Eric Anholt
2013-04-30
3
-18
/
+19
*
r600g/sb: remove unused code
Vadim Girlin
2013-04-30
2
-34
/
+0
*
r600g/sb: collect shader statistics
Vadim Girlin
2013-04-30
5
-8
/
+162
[next]