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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
winsys/radeon: remove broken bo-is-busy-for-write guessing
Marek Olšák
2011-08-16
3
-31
/
+0
*
r600g: enable thread offloading
Marek Olšák
2011-08-16
6
-16
/
+17
*
r600g: undefine RADEON_CTX_MAX_PM4
Marek Olšák
2011-08-16
3
-8
/
+6
*
r600g: don't include radeon_drm.h and xf86drm.h
Marek Olšák
2011-08-16
6
-17
/
+6
*
winsys/radeon: remove the device file descriptor from the interface
Marek Olšák
2011-08-16
2
-2
/
+0
*
r600g: remove an unused parameter from r600_bo_destroy
Marek Olšák
2011-08-16
10
-33
/
+25
*
r600g: merge radeon_bo with r600_bo
Marek Olšák
2011-08-16
7
-134
/
+33
*
r600g: remove radeon_bo::handle
Marek Olšák
2011-08-16
5
-16
/
+3
*
r600g: use buffer_map/unmap from radeon_winsys
Marek Olšák
2011-08-16
10
-146
/
+23
*
r600g: set the flush callback in radeon_winsys
Marek Olšák
2011-08-16
7
-22
/
+38
*
r600g: get tiling flags using radeon_winsys
Marek Olšák
2011-08-16
3
-44
/
+9
*
r600g: get winsys_handle using radeon_winsys
Marek Olšák
2011-08-16
3
-33
/
+1
*
r600g: move more DRM queries into winsys/radeon
Marek Olšák
2011-08-16
5
-48
/
+24
*
winsys/radeon: consolidate the add_reloc function
Marek Olšák
2011-08-16
3
-38
/
+13
*
r600g: emit CS using radeon_winsys
Marek Olšák
2011-08-16
7
-49
/
+20
*
r600g: remove struct r600_reloc
Marek Olšák
2011-08-16
2
-14
/
+3
*
r600g: don't use RADEON_GEM_DOMAIN_CPU
Marek Olšák
2011-08-16
2
-23
/
+21
*
r600g: remove reloc-related variables from radeon_bo
Marek Olšák
2011-08-16
3
-44
/
+22
*
r600g: let radeon_winsys maintain the list of relocations
Marek Olšák
2011-08-16
7
-42
/
+59
*
r600g: remove now-unused r600_context::fenced_bo
Marek Olšák
2011-08-16
3
-9
/
+1
*
r600g: remove the fences which were used for the cache buffer manager
Marek Olšák
2011-08-16
4
-145
/
+10
*
r600g: remove now-unused r600_bo::size
Marek Olšák
2011-08-16
2
-3
/
+0
*
r600g: remove the cache buffer manager from winsys/r600
Marek Olšák
2011-08-16
6
-223
/
+3
*
r600g: allocate/destroy buffers using radeon_winsys
Marek Olšák
2011-08-16
6
-83
/
+35
*
r600g: remove unused function declarations
Marek Olšák
2011-08-16
1
-6
/
+0
*
r600g: remove unused r600_bo::tiling_flags
Marek Olšák
2011-08-16
2
-5
/
+5
*
r600g: remove unused r600_bo::kernel_pitch
Marek Olšák
2011-08-16
3
-7
/
+3
*
r600g: put radeon_winsys in screen::winsys, don't include drm_driver in the pipe
Marek Olšák
2011-08-16
12
-45
/
+54
*
r600g: cleanup includes in winsys
Marek Olšák
2011-08-16
10
-77
/
+23
*
r600g: move some queries into winsys/radeon
Marek Olšák
2011-08-16
6
-100
/
+51
*
r600g: first step into winsys/radeon
Marek Olšák
2011-08-16
21
-73
/
+92
*
dri2: Add __DRI_BUFFER_COUNT token
Benjamin Franzke
2011-08-16
1
-2
/
+0
*
dri2: add code to dri2_Flush extension.
Cooper Yuan
2011-08-16
1
-0
/
+4
*
glsl: When assigning to a whole array, mark the array as accessed.
Eric Anholt
2011-08-15
1
-10
/
+11
*
radeon: Explain to the user what went wrong when built without libdrm.
Eric Anholt
2011-08-15
1
-0
/
+6
*
glsl: Add validations for ir_call.
Paul Berry
2011-08-15
1
-0
/
+36
*
glsl: Make is_lvalue() and variable_referenced() const.
Paul Berry
2011-08-15
2
-11
/
+11
*
glsl: Perform implicit type conversions on function call out parameters.
Paul Berry
2011-08-15
1
-5
/
+71
*
glw: Remove GLw source.
Kenneth Graunke
2011-08-15
9
-1275
/
+0
*
glsl: Modify strategy for accumulating conditions when lowering if-statements
Ian Romanick
2011-08-15
1
-11
/
+55
*
glsl: Slight change to the code generated by if-flattening
Ian Romanick
2011-08-15
1
-21
/
+39
*
glsl: Replace foreach_iter with foreach_list_safe
Ian Romanick
2011-08-15
1
-2
/
+2
*
glsl: Make move_block_to_cond_assign not care which branch it's processing
Ian Romanick
2011-08-15
1
-27
/
+17
*
egl: Log (debug) native platform type
Benjamin Franzke
2011-08-15
1
-12
/
+25
*
egl: Native Display autodetection
Benjamin Franzke
2011-08-15
4
-8
/
+115
*
Destroy context in dri2/glx driver when apps call eglDestroyContext
Cooper Yuan
2011-08-14
2
-2
/
+38
*
glapi: remove gen-es
Chia-I Wu
2011-08-13
13
-7703
/
+0
*
glapi: generate ES dispatch headers from core mesa
Chia-I Wu
2011-08-13
4
-14
/
+27
*
glapi: add glapi_gen.mk to help header generation
Chia-I Wu
2011-08-13
3
-17
/
+61
*
glapi: use gl_and_es_API.xml to generate GLES headers
Chia-I Wu
2011-08-13
5
-23
/
+47
[next]