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
*
r600g: remove needless wrapper r600_texture_depth_flush
Marek Olšák
2012-07-18
3
-35
/
+15
*
r600g: init_flushed_depth_texture should be able to report errors
Marek Olšák
2012-07-18
4
-18
/
+11
*
msaa: Generate proper error for operations prohibited on MSAA buffers.
Paul Berry
2012-07-17
2
-3
/
+3
*
gallivm: silence uninitialized variable warnings
Brian Paul
2012-07-17
3
-3
/
+6
*
r600g: fix lockups with and enable dual source blending on evergreen
Marek Olšák
2012-07-17
2
-4
/
+4
*
r600g: remove unused code after conversion of sampler views
Marek Olšák
2012-07-17
7
-249
/
+5
*
r600g: convert sampler view emission into atoms
Marek Olšák
2012-07-17
6
-134
/
+238
*
r600g: only make constant buffers dirty if there's something to update
Marek Olšák
2012-07-17
1
-4
/
+6
*
r600g: properly track which textures are depth
Marek Olšák
2012-07-17
3
-19
/
+26
*
r600g: consolidate and optimize sampler states changes for evergreen
Marek Olšák
2012-07-17
1
-14
/
+22
*
r600g: don't invalidate texture caches when setting sampler states
Marek Olšák
2012-07-17
1
-6
/
+0
*
r600g: consolidate code for setting sampler views and fix bugs in the process
Marek Olšák
2012-07-17
4
-90
/
+62
*
r600g: remove unused flag have_depth_fb
Marek Olšák
2012-07-17
4
-10
/
+3
*
r600g: do fine-grained vertex buffer updates
Marek Olšák
2012-07-17
8
-63
/
+87
*
r600g: don't call inval_shader_cache in r600_context_flush twice
Marek Olšák
2012-07-17
1
-1
/
+0
*
gallium/util: add util_bit_last - finds the last bit set in a word
Marek Olšák
2012-07-17
1
-0
/
+14
*
r600g: fix all failing depth-stencil tests for evergreen
Marek Olšák
2012-07-17
3
-10
/
+22
*
glsl: Drop obsolete .gitignore entries.
Michel Dänzer
2012-07-17
1
-2
/
+0
*
intel: Add a comment explaining why we early return on matching BO names.
Eric Anholt
2012-07-17
1
-0
/
+4
*
intel: Drop other checks for old loader version.
Eric Anholt
2012-07-17
1
-38
/
+26
*
intel: Replace the non-getBuffersWithFormat compat path with an error message.
Eric Anholt
2012-07-17
2
-21
/
+8
*
intel: Remove dead intel_framebuffer_has_hiz().
Eric Anholt
2012-07-17
2
-13
/
+0
*
intel: Convert to using private depth/stencil buffers (v2)
Eric Anholt
2012-07-17
3
-652
/
+39
*
intel: Add a function for creating a private window system buffer.
Eric Anholt
2012-07-17
2
-2
/
+20
*
gallivm: (trivial) remove unnecessary bogus include
Roland Scheidegger
2012-07-17
1
-1
/
+0
*
gbm: Add gbm_bo_import for gallium gbm backend
Kristian Høgsberg
2012-07-17
2
-13
/
+49
*
st/egl: Fix build for wayland includes
Elvis Lee
2012-07-17
1
-3
/
+4
*
st/gbm: renaming pitch to stride on gallium
Elvis Lee
2012-07-17
1
-2
/
+2
*
glx: build tests after libglx.la
Matt Turner
2012-07-17
1
-1
/
+1
*
gallivm,draw,llvmpipe: Support wider native registers.
José Fonseca
2012-07-17
73
-3266
/
+5214
*
gallivm: Allow to force nearest filtering on a per-axis basis.
José Fonseca
2012-07-17
2
-47
/
+79
*
wayland: Include wl_drm format enum in wayland-drm.h
Kristian Høgsberg
2012-07-17
1
-1
/
+64
*
llvmpipe: Fix bug with blend factor in complementary optimisations.
James Benton
2012-07-17
1
-2
/
+4
*
radeonsi: fix vertex element state
Christian König
2012-07-17
2
-33
/
+6
*
radeon/llvm: fix compiling when llvm is active, but opencl isn't
Christian König
2012-07-17
1
-0
/
+4
*
mesa: include inttypes.h to get uint8_t type
Brian Paul
2012-07-16
1
-0
/
+1
*
st/egl: fix uninitialized pointer bug
Brian Paul
2012-07-16
1
-1
/
+1
*
r300g: silence uninitialized var warning
Brian Paul
2012-07-16
1
-1
/
+1
*
egl_dri2: NULL check for EGLNativeWindowType
Elvis Lee
2012-07-16
1
-0
/
+2
*
Fix building mesa with assembly enabled since a112ca5d
Jon TURNEY
2012-07-16
1
-2
/
+3
*
intel: Fix build broken by ETC1 patch
Chad Versace
2012-07-16
1
-0
/
+12
*
intel: Enable GL_OES_compressed_ETC1_RGB8_texture
Chad Versace
2012-07-16
4
-1
/
+78
*
mesa: Add function for decoding ETC1 textures
Chad Versace
2012-07-16
2
-0
/
+40
*
gallium/util, mesa: Refactor etc1 unpack function
Chad Versace
2012-07-16
2
-24
/
+35
*
gbm: Rename gbm_bo_get_pitch to gbm_bo_get_stride
Kristian Høgsberg
2012-07-16
4
-7
/
+7
*
gbm: Add new gbm_bo_import entry point
Kristian Høgsberg
2012-07-16
7
-52
/
+102
*
llvmpipe: destroy setup variants on context destruction
Roland Scheidegger
2012-07-16
1
-0
/
+2
*
llvmpipe: Unified common code between AoS and SoA blending.
James Benton
2012-07-16
6
-162
/
+290
*
intel: Don't call _mesa_get_format_bytes for MESA_FORMAT_NONE
Kristian Høgsberg
2012-07-16
1
-1
/
+4
*
Fix building glsl when using automake-1.12 after 68e04cc6
Jon TURNEY
2012-07-15
1
-4
/
+10
[next]